diff options
Diffstat (limited to 'src/cmd_user.cpp')
-rw-r--r-- | src/cmd_user.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cmd_user.cpp b/src/cmd_user.cpp index 72eb3afcf..79bb9c691 100644 --- a/src/cmd_user.cpp +++ b/src/cmd_user.cpp @@ -23,10 +23,6 @@ extern InspIRCd* ServerInstance; -extern int MODCOUNT; -extern ModuleList modules; -extern FactoryList factory; - void cmd_user::Handle (const char** parameters, int pcnt, userrec *user) { if (user->registered < REG_NICKUSER) |