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 731cb785a..9a4057f88 100644 --- a/include/users.h +++ b/include/users.h @@ -377,7 +377,7 @@ class userrec : public connection * e.g. in the above example if masks c and e are not * valid, this function will return +ab-d */ - std::string userrec::ProcessNoticeMasks(const char *sm); + std::string ProcessNoticeMasks(const char *sm); /** Returns true if a notice mask is set * @param sm A notice mask character to check |