channelList()=0 | Net::ChatHandler | [pure virtual] |
enterChannel(const std::string &channel, const std::string &password)=0 | Net::ChatHandler | [pure virtual] |
kickUser(int channelId, const std::string &name)=0 | Net::ChatHandler | [pure virtual] |
me(const std::string &text)=0 | Net::ChatHandler | [pure virtual] |
privateMessage(const std::string &recipient, const std::string &text)=0 | Net::ChatHandler | [pure virtual] |
quitChannel(int channelId)=0 | Net::ChatHandler | [pure virtual] |
sendToChannel(int channelId, const std::string &text)=0 | Net::ChatHandler | [pure virtual] |
setChannelTopic(int channelId, const std::string &text)=0 | Net::ChatHandler | [pure virtual] |
setUserMode(int channelId, const std::string &name, int mode)=0 | Net::ChatHandler | [pure virtual] |
talk(const std::string &text)=0 | Net::ChatHandler | [pure virtual] |
userList(const std::string &channel)=0 | Net::ChatHandler | [pure virtual] |
who()=0 | Net::ChatHandler | [pure virtual] |