]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Add voice, halfop and op counts
[user/henk/code/inspircd.git] / include / users.h
index 6f9c6d2969679cc18ed6867f9c3694b3f2d6b47d..30fa937fb1792dae9b5bdebae1eb0352fee5928f 100644 (file)
@@ -274,6 +274,8 @@ class userrec : public connection
         */
        const char* FormatNoticeMasks();
 
+       bool userrec::ProcessNoticeMasks(const char *sm);
+
        bool IsNoticeMaskSet(unsigned char sm);
 
        void SetNoticeMask(unsigned char sm, bool value);
@@ -396,7 +398,7 @@ class userrec : public connection
 
 /** Used to hold WHOWAS information
  */
-class WhoWasGroup
+class WhoWasGroup : public classbase
 {
  public:
        char* host;