From a36ef7797d382c62f02be97976d564418029d24c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 Mar 2013 00:31:18 +0300 Subject: Remove useless notifications from chathandler. --- src/net/ea/chathandler.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/net/ea/chathandler.cpp') diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp index b72c301e9..b2c6154b3 100644 --- a/src/net/ea/chathandler.cpp +++ b/src/net/ea/chathandler.cpp @@ -56,48 +56,40 @@ void ChatHandler::me(const std::string &text) void ChatHandler::channelList() { - SERVER_NOTICE(_("Channels are not supported!")) } void ChatHandler::enterChannel(const std::string &channel A_UNUSED, const std::string &password A_UNUSED) { - SERVER_NOTICE(_("Channels are not supported!")) } void ChatHandler::quitChannel(int channelId A_UNUSED) { - SERVER_NOTICE(_("Channels are not supported!")) } void ChatHandler::sendToChannel(int channelId A_UNUSED, const std::string &text A_UNUSED) { - SERVER_NOTICE(_("Channels are not supported!")) } void ChatHandler::userList(const std::string &channel A_UNUSED) { - SERVER_NOTICE(_("Channels are not supported!")) } void ChatHandler::setChannelTopic(int channelId A_UNUSED, const std::string &text A_UNUSED) { - SERVER_NOTICE(_("Channels are not supported!")) } void ChatHandler::setUserMode(int channelId A_UNUSED, const std::string &name A_UNUSED, int mode A_UNUSED) { - SERVER_NOTICE(_("Channels are not supported!")) } void ChatHandler::kickUser(int channelId A_UNUSED, const std::string &name A_UNUSED) { - SERVER_NOTICE(_("Channels are not supported!")) } void ChatHandler::processWhisperResponse(Net::MessageIn &msg) -- cgit v1.2.3-70-g09d2