X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcoremods%2Fcore_whois.cpp;h=b342f723f07b3f418c01b92a51fcdeb0e8d691c4;hb=b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3;hp=c1c4777ef24c397b4bcaff5c555ed290a47ce811;hpb=8a5a1c799e5bec875b081f70639156429d7847e3;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/coremods/core_whois.cpp b/src/coremods/core_whois.cpp index c1c4777ef..b342f723f 100644 --- a/src/coremods/core_whois.cpp +++ b/src/coremods/core_whois.cpp @@ -80,10 +80,10 @@ class CommandWhois : public SplitCommand void SendChanList(WhoisContextImpl& whois); public: - /** If true then all opers are shown with a generic 'is a server operator' line rather than the oper type. */ + /** If true then all opers are shown with a generic 'is a server operator' line rather than the oper type. */ bool genericoper; - /** How to handle private/secret channels in the WHOIS response. */ + /** How to handle private/secret channels in the WHOIS response. */ SplitWhoisState splitwhois;