summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircchannellist.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/ircchannellist.h') (more/less context) (show 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 fa3c8cd..deab649 100644
--- a/noncore/net/opieirc/ircchannellist.h
+++ b/noncore/net/opieirc/ircchannellist.h
@@ -30,4 +30,5 @@ public:
void update();
bool hasPerson(QString nick);
+ bool removePerson(QString nick);
protected:
IRCChannel *m_channel;