diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 6cdc7cca4..9428dd6e3 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -251,23 +251,6 @@ static void outStringNormal(ChatTab *const tab, } } -impHandler(createGuild) -{ - if (!event.tab || tmwServerVersion > 0) - return false; - - if (event.args.empty()) - { - // TRANSLATORS: create guild message - event.tab->chatLog(_("Guild name is missing."), ChatMsgType::BY_SERVER); - } - else - { - Net::getGuildHandler()->create(event.args); - } - return true; -} - impHandler(party) { if (!event.tab) |