X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_oper.cpp;h=e8654ea590c598d09cb8e587a93f82082ef1db8e;hb=76ebc88ccd6fef0bf2d97b607829fb3466e273af;hp=a15c3d7e07cf98083f67d2b9a460a8b689503009;hpb=d02a5866d4fdedec9219aeca0a6048828b394fd2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_oper.cpp b/src/cmd_oper.cpp index a15c3d7e0..e8654ea59 100644 --- a/src/cmd_oper.cpp +++ b/src/cmd_oper.cpp @@ -36,9 +36,6 @@ #include "command_parse.h" #include "commands/cmd_oper.h" -extern InspIRCd* ServerInstance; -extern time_t TIME; - bool OneOfMatches(const char* host, const char* ip, const char* hostlist) { std::stringstream hl(hostlist);