summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-30 21:32:28 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-30 21:32:28 +0300
commitcefd145c44d73dd7c1d8739cba404418ccb74602 (patch)
treed54c9be187be569cb499771071188e710a6c9fef /src/commandhandler.h
parentb2a0d0719989384171061edff8d720a9ab33467f (diff)
downloadplus-cefd145c44d73dd7c1d8739cba404418ccb74602.tar.gz
plus-cefd145c44d73dd7c1d8739cba404418ccb74602.tar.bz2
plus-cefd145c44d73dd7c1d8739cba404418ccb74602.tar.xz
plus-cefd145c44d73dd7c1d8739cba404418ccb74602.zip
Add pseudo away chat command.
Command: /pseudoaway [test]
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);