diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index b1f784bb3..2b3f74742 100644 --- a/include/users.h +++ b/include/users.h @@ -268,6 +268,8 @@ class userrec : public connection * Create a displayable mode string for this users umodes */ const char* FormatModes(); + + bool HasMode(unsigned char m); /** Returns true if a user is invited to a channel. */ |