X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fsnomasks.h;h=bd08773e9972be82a4f0dd591ee110ace0177cc8;hb=d5c3c15fad07d34cd7d8089731f01c3cb14c319f;hp=db398922505e1c89750764e68c2fbe185ebf4784;hpb=c265641c0a9a9b0a4686e1ea313876c16b4700ad;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/snomasks.h b/include/snomasks.h index db3989225..bd08773e9 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -59,8 +59,8 @@ class Snomask void Flush(); /** Returns the description of this snomask - * @param remote If true the description of the uppercase (remote) variant of this snomask - * will be returned (i.e.: "REMOTE" will be prepended to the description). + * @param letter The letter of this snomask. If uppercase, the description of the remote + * variant of this snomask will be returned (i.e.: "REMOTE" will be prepended to the description). * @return The description of this snomask */ std::string GetDescription(char letter) const; @@ -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];