diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 2b3f74742..a7d1c9250 100644 --- a/include/users.h +++ b/include/users.h @@ -269,7 +269,9 @@ class userrec : public connection */ const char* FormatModes(); - bool HasMode(unsigned char m); + bool IsModeSet(unsigned char m); + + void SetMode(unsigned char m, bool value); /** Returns true if a user is invited to a channel. */ |