]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_whois.cpp
Fix RPL_ADMINME not having the correct parameters.
[user/henk/code/inspircd.git] / src / coremods / core_whois.cpp
index 0db634810535598cc61a7294ec0aa08885be8eb2..880e5a533dfe9af2bdf8f3d10967c77b9f6f87de 100644 (file)
@@ -365,7 +365,7 @@ class CoreModWhois : public Module
                else if (stdalgo::string::equalsci(splitwhois, "splitmsg"))
                        newsplitstate = SPLITWHOIS_SPLITMSG;
                else
-                       throw ModuleException(splitwhois + " is an invalid <security:splitwhois> value, at " + tag->getTagLocation()); 
+                       throw ModuleException(splitwhois + " is an invalid <security:splitwhois> value, at " + tag->getTagLocation());
 
                ConfigTag* security = ServerInstance->Config->ConfValue("security");
                cmd.genericoper = security->getBool("genericoper");