diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-02 22:56:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-02 22:56:43 +0300 |
commit | dc599c219c283a4f7517c8ffe1e781b9847ef045 (patch) | |
tree | 3f5e0506900450d39ebc741e7cecc48997dbf34f /src/being/localplayer.h | |
parent | 0f226f2e42c1a351d52eecdfca89e99f0358ee42 (diff) | |
download | plus-dc599c219c283a4f7517c8ffe1e781b9847ef045.tar.gz plus-dc599c219c283a4f7517c8ffe1e781b9847ef045.tar.bz2 plus-dc599c219c283a4f7517c8ffe1e781b9847ef045.tar.xz plus-dc599c219c283a4f7517c8ffe1e781b9847ef045.zip |
add support for /me command inside /away comand.
Example:
/away /me sleeping
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index adf712187..735c4b58c 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -330,6 +330,8 @@ class LocalPlayer final : public Being, void afkRespond(ChatTab *const tab, const std::string &nick); + void setAfkMessage(std::string message); + bool navigateTo(const int x, const int y); void navigateTo(const Being *const being); |