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 0b3146af8..c18a9d4c9 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -234,6 +234,11 @@ class CommandHandler
void handleAway(const std::string &args, ChatTab *tab);
/**
+ * Handle pseudo away command.
+ */
+ void handlePseudoAway(const std::string &args, ChatTab *tab);
+
+ /**
* Handle follow command.
*/
void handleFollow(const std::string &args, ChatTab *tab);