X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fsnomasks.h;h=817371613c1833a4af4cff65affa0330123b8352;hb=79892a727e323dcc4bce7e9c0cf3c99c5fe61706;hp=df4faab47b982c71781b900f183709e2e59c2951;hpb=e244cb2c63b1ac1d85bdbb4691f7b1bd940ae804;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/snomasks.h b/include/snomasks.h index df4faab47..817371613 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -50,7 +50,7 @@ class Snomask /** Sends a message to all opers with this snomask. * @param message The message to send - * @param remote If true the message will go to the uppercase variant of this snomask + * @param letter The snomask character to send the message to. */ void SendMessage(const std::string& message, char letter); @@ -72,7 +72,7 @@ class Snomask * Modules and the core can enable and disable snomask characters. If they do, * then sending snomasks using these characters becomes possible. */ -class CoreExport SnomaskManager +class CoreExport SnomaskManager : public fakederef { Snomask masks[26];