diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-30 21:32:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-30 21:32:28 +0300 |
commit | cefd145c44d73dd7c1d8739cba404418ccb74602 (patch) | |
tree | d54c9be187be569cb499771071188e710a6c9fef /src/commandhandler.h | |
parent | b2a0d0719989384171061edff8d720a9ab33467f (diff) | |
download | plus-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.h | 5 |
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); |