X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_showwhois.cpp;h=0719a93f83a7641843e5d8b68e60e3ad143ef863;hb=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0;hp=2f32b58de278ef05a3c71e65b9e9fb60bb5b3f44;hpb=d0b4bb3811458aa335857514e4cbb95d5c84f433;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_showwhois.cpp b/src/modules/m_showwhois.cpp index 2f32b58de..0719a93f8 100644 --- a/src/modules/m_showwhois.cpp +++ b/src/modules/m_showwhois.cpp @@ -6,12 +6,12 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" -#include "helperfuncs.h" + #include "inspircd.h" /* $ModDesc: Allows opers to set +W to see when a user uses WHOIS on them */ -extern InspIRCd* ServerInstance; + class SeeWhois : public ModeHandler {