]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_rehash.cpp
Add IP address conversion utility functions, irc::sockets::aptosa and irc::sockets...
[user/henk/code/inspircd.git] / src / commands / cmd_rehash.cpp
index d9d72800e065cb73c7cd7dfeb6d8cfab98554cc2..e3405161129be0d15349d679078ccf7486693923 100644 (file)
@@ -50,7 +50,7 @@ CmdResult CommandRehash::Handle (const std::vector<std::string>& parameters, Use
 
 
        std::string m = user->nick + " is rehashing config file " + ServerConfig::CleanFilename(ServerInstance->ConfigFileName) + " on " + ServerInstance->Config->ServerName;
-       ServerInstance->SNO->WriteToSnoMask('A', m);
+       ServerInstance->SNO->WriteToSnoMask('a', m);
 
        /* Don't do anything with the logs here -- logs are restarted
         * after the config thread has completed.