summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 9428dd6e3..f709e4a91 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -251,23 +251,6 @@ static void outStringNormal(ChatTab *const tab,
}
}
-impHandler(party)
-{
- if (!event.tab)
- return false;
-
- if (!event.args.empty())
- {
- Net::getPartyHandler()->invite(event.args);
- }
- else
- {
- // TRANSLATORS: party invite message
- event.tab->chatLog(_("Please specify a name."), ChatMsgType::BY_SERVER);
- }
- return true;
-}
-
impHandler(me)
{
outString(event.tab, strprintf("*%s*", event.args.c_str()), event.args);