diff options
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); |