X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fconfigreader.h;h=c6775bc298e3983e094f2abb96f8310b754aadc7;hb=a1f073f66f4b985bf776b9be2015136209c0c311;hp=b37838cf152b605a44e5a88f0ef8fb3c83fc50ce;hpb=d4ca01f12f539a7f3eda3a682b5d2fbb67fabdb7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/configreader.h b/include/configreader.h index b37838cf1..c6775bc29 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -394,4 +394,6 @@ class ServerConfig : public Extensible bool DelIOHook(int port); }; +bool InitializeDisabledCommands(const char* data, InspIRCd* ServerInstance); + #endif