diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 0a4da4f4e..4b07b2f33 100644 --- a/include/users.h +++ b/include/users.h @@ -323,7 +323,7 @@ class CoreExport User : public virtual Base, public Extensible, public CommandRe /** Check if the user is protected from kicks and negative mode changes * @return true or false */ - bool IsProtected() const; + bool IsProtected(); /** Kill a user * @param source The user/server doing the kill |