]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
Allow fast sid reuse by erasing fake users from UserManager::uuidlist when the netspl...
[user/henk/code/inspircd.git] / include / mode.h
index 7c5682135c7475f3d09353dbe0b734ac0230e8f2..ffa5308f33250ee9ad485238e4a737b5a777ebc5 100644 (file)
@@ -486,7 +486,7 @@ typedef std::multimap<std::string, ModeWatcher*>::iterator ModeWatchIter;
  * parses client to server MODE strings for user and channel modes, and performs
  * processing for the 004 mode list numeric, amongst other things.
  */
-class CoreExport ModeParser
+class CoreExport ModeParser : public fakederef<ModeParser>
 {
  public:
        static const ModeHandler::Id MODEID_MAX = 64;