summaryrefslogtreecommitdiff
path: root/src/net/chathandler.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-04-23 17:31:14 +0100
committerDavid Athay <ko2fan@gmail.com>2009-04-23 17:31:14 +0100
commit0d439c39e99dbf1120dce784459176f744f70728 (patch)
treeef9dd8ccd23e3ec3f35ad08b1bbe40ac633cd5ab /src/net/chathandler.h
parent0b1079c93c9ec61a0e0c00f8c942e5ef84052c05 (diff)
downloadmana-client-0d439c39e99dbf1120dce784459176f744f70728.tar.gz
mana-client-0d439c39e99dbf1120dce784459176f744f70728.tar.bz2
mana-client-0d439c39e99dbf1120dce784459176f744f70728.tar.xz
mana-client-0d439c39e99dbf1120dce784459176f744f70728.zip
Added listing all online users
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r--src/net/chathandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h
index 20feee58..d7e36c8a 100644
--- a/src/net/chathandler.h
+++ b/src/net/chathandler.h
@@ -51,6 +51,8 @@ class ChatHandler
virtual void setUserMode(int channelId, const std::string &name, int mode) = 0;
virtual void kickUser(int channelId, const std::string &name) = 0;
+
+ virtual void who() = 0;
};
}