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 741e94dfb..a1739a2a1 100644 --- a/include/users.h +++ b/include/users.h @@ -179,7 +179,7 @@ class userrec : public connection * This is done by looking up their oper type from userrec::oper, then referencing * this to their oper classes and checking the commands they can execute. */ - virtual bool HasPermission(char* command); + bool HasPermission(char* command); }; |