]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_motd.cpp
Fix for parameters which contain a colon (which is not the first char in the string)
[user/henk/code/inspircd.git] / src / cmd_motd.cpp
index c57da2e9fa9dcd55c66a3e3768e139b71e62ffa1..5c47f3541969009e0da8b44706e4b4da094923ff 100644 (file)
@@ -15,8 +15,6 @@
  */
 
 #include "users.h"
-#include "commands.h"
-
 #include "commands/cmd_motd.h"
 
 void cmd_motd::Handle (const char** parameters, int pcnt, userrec *user)