From a34a4692200eaf5b3ec8a7de75699a46aefd8b98 Mon Sep 17 00:00:00 2001 From: Roderic Morris Date: Wed, 25 Jun 2008 21:12:44 +0000 Subject: handle topic changes and guild events --- src/commandhandler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/commandhandler.h') diff --git a/src/commandhandler.h b/src/commandhandler.h index b409c5f5..c415ba4f 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -93,6 +93,11 @@ class CommandHandler */ void handleListUsers(); + /** + * Handle a topic command. + */ + void handleTopic(const std::string &args); + /** * Handle a quit command. */ @@ -102,6 +107,7 @@ class CommandHandler * Handle a clear command. */ void handleClear(); + }; extern CommandHandler *commandHandler; -- cgit v1.2.3-70-g09d2