diff options
Diffstat (limited to 'src/net/tmwserv/chatserver/chatserver.h')
-rw-r--r-- | src/net/tmwserv/chatserver/chatserver.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/net/tmwserv/chatserver/chatserver.h b/src/net/tmwserv/chatserver/chatserver.h index 8a6025a7..18859a2c 100644 --- a/src/net/tmwserv/chatserver/chatserver.h +++ b/src/net/tmwserv/chatserver/chatserver.h @@ -34,24 +34,8 @@ namespace Net void logout(); - void chat(short channel, const std::string &text); - void announce(const std::string &text); - void privMsg(const std::string &recipient, const std::string &text); - - void enterChannel(const std::string &channel, const std::string &password); - - void quitChannel(short channel); - - void getChannelList(); - - void getUserList(const std::string &channel); - - void setChannelTopic(short channel, const std::string &topic); - - void setUserMode(short channel, const std::string &user, unsigned char mode); - void kickUser(short channel, const std::string &user); } |