diff options
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r-- | src/net/chathandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h index c324c2d8..382ac39a 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -58,6 +58,8 @@ class ChatHandler virtual void who() = 0; virtual bool whoSupported() const = 0; + + virtual void requestOnlineList() = 0; }; } |