]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Report invalid command name when invalid command is given in negotiation phase
[user/henk/code/inspircd.git] / include / users.h
index 4633f1cd293322df1d990b90855ab8a89acfc622..1dc0aa43e60e3bb87b093679a8566b22c4e4b508 100644 (file)
@@ -65,8 +65,6 @@ class Invited : public classbase
         irc::string channel;
 };
 
-
-
 class InspIRCd;
 
 /** Derived from Resolver, and performs user forward/reverse lookups.
@@ -826,7 +824,7 @@ namespace irc
 
                /** Called every hour by the core to remove expired entries
                 */
-               void MaintainWhoWas(time_t TIME);
+               void MaintainWhoWas(InspIRCd* ServerInstance, time_t TIME);
        };
 };