summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index 4c108816..0ad513ea 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -104,6 +104,11 @@ class CommandHandler
void handleClear(const std::string &args, ChatTab *tab);
/**
+ * Handle a createparty command.
+ */
+ void handleCreateParty(const std::string &args, ChatTab *tab);
+
+ /**
* Handle a party command.
*/
void handleParty(const std::string &args, ChatTab *tab);