summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircchannellist.h
authorwimpie <wimpie>2005-01-08 15:16:37 (UTC)
committer wimpie <wimpie>2005-01-08 15:16:37 (UTC)
commit955213d274c2f0c11d0f153e2fed5df5170e50f6 (patch) (side-by-side diff)
tree5bf19444380a734ae5c184ba83aeb093e6ae4113 /noncore/net/opieirc/ircchannellist.h
parent9acc68823f95f62367813dbb42387ad5ee094aae (diff)
downloadopie-955213d274c2f0c11d0f153e2fed5df5170e50f6.zip
opie-955213d274c2f0c11d0f153e2fed5df5170e50f6.tar.gz
opie-955213d274c2f0c11d0f153e2fed5df5170e50f6.tar.bz2
Changes in this patch:
*Added some irc numerical codes (253, 422) *Reordered codes *Unified some functions which did exactly the same in two functions *Changed nick ordering in channel list, now nicks get ordered first by flags and then by name.
Diffstat (limited to 'noncore/net/opieirc/ircchannellist.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircchannellist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opieirc/ircchannellist.h b/noncore/net/opieirc/ircchannellist.h
index deab649..b4e46eb 100644
--- a/noncore/net/opieirc/ircchannellist.h
+++ b/noncore/net/opieirc/ircchannellist.h
@@ -30,2 +30,3 @@ public:
void update();
+ void adjustNicks();
bool hasPerson(QString nick);