diff options
Diffstat (limited to 'src/net/ea/adminhandler.cpp')
-rw-r--r-- | src/net/ea/adminhandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ea/adminhandler.cpp b/src/net/ea/adminhandler.cpp index f6450a225..ca3fd034d 100644 --- a/src/net/ea/adminhandler.cpp +++ b/src/net/ea/adminhandler.cpp @@ -31,7 +31,8 @@ namespace Ea { -const std::string GENERAL_CHANNEL = "\000\000\000"; +//const std::string GENERAL_CHANNEL = "\000\000\000"; +const std::string GENERAL_CHANNEL = ""; void AdminHandler::kickName(const std::string &name) { |