X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fsnomasks.h;h=817371613c1833a4af4cff65affa0330123b8352;hb=23090cb7e416cf5196bb79e8a99e43dfc2e56a4c;hp=df4faab47b982c71781b900f183709e2e59c2951;hpb=1031f333332cf1b09db4fd632f141143ee637c34;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];