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 dec554bb..c65c3670 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -142,6 +142,11 @@ class CommandHandler
* Handle an unignore command.
*/
void handleUnignore(const std::string &args, ChatTab *tab);
+
+ /**
+ * Handle away command.
+ */
+ void handleAway(const std::string &args, ChatTab *tab);
};
extern CommandHandler *commandHandler;