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 ef6da33d..5c019450 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -108,6 +108,11 @@ class CommandHandler
*/
void handleClear();
+ /**
+ * Handle a party command.
+ */
+ void handleParty(const std::string &args);
+
};
extern CommandHandler *commandHandler;