diff options
Diffstat (limited to 'src/cmd_server.cpp')
-rw-r--r-- | src/cmd_server.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cmd_server.cpp b/src/cmd_server.cpp index e179f9305..691780b2f 100644 --- a/src/cmd_server.cpp +++ b/src/cmd_server.cpp @@ -15,13 +15,9 @@ */ #include "users.h" -#include "commands.h" - #include "inspircd.h" #include "commands/cmd_server.h" - - void cmd_server::Handle (const char** parameters, int pcnt, userrec *user) { user->WriteServ("666 %s :You cannot identify as a server, you are a USER. IRC Operators informed.",user->nick); |