]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_rehash.cpp
Replace printf(_c) with iostream
[user/henk/code/inspircd.git] / src / commands / cmd_rehash.cpp
index 07486c78e2e2477dbf44053d729d0c09638f70db..1fa6e5731b8c730c07c7ac372c6ef83dee3d14c6 100644 (file)
@@ -20,7 +20,7 @@
 
 
 #include "inspircd.h"
-#include "xline.h"
+
 /** Handle /REHASH. These command handlers can be reloaded by the core,
  * and handle basic RFC1459 commands. Commands within modules work
  * the same way, however, they can be fully unloaded, where these
@@ -88,7 +88,6 @@ CmdResult CommandRehash::Handle (const std::vector<std::string>& parameters, Use
                /* Don't do anything with the logs here -- logs are restarted
                 * after the config thread has completed.
                 */
-
                ServerInstance->RehashUsersAndChans();
                FOREACH_MOD(I_OnGarbageCollect, OnGarbageCollect());