From cefd145c44d73dd7c1d8739cba404418ccb74602 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 30 Oct 2011 21:32:28 +0300 Subject: Add pseudo away chat command. Command: /pseudoaway [test] --- src/commandhandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/commandhandler.h') diff --git a/src/commandhandler.h b/src/commandhandler.h index 0b3146af8..c18a9d4c9 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -233,6 +233,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. */ -- cgit v1.2.3-70-g09d2