diff options
Diffstat (limited to 'src/cmd_part.cpp')
-rw-r--r-- | src/cmd_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_part.cpp b/src/cmd_part.cpp index 88aab1abf..10c95661b 100644 --- a/src/cmd_part.cpp +++ b/src/cmd_part.cpp @@ -20,7 +20,7 @@ #include "helperfuncs.h" #include "commands/cmd_part.h" -extern InspIRCd* ServerInstance; + void cmd_part::Handle (const char** parameters, int pcnt, userrec *user) { |