]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_servprotect.cpp
Mention ulines too
[user/henk/code/inspircd.git] / src / modules / m_servprotect.cpp
index f77bdbc6acbda57287a5a628b6e19d96a175e4da..b35573bf32051127d912fa22beedaaa46beaf57a 100644 (file)
@@ -34,7 +34,7 @@ class ServProtectMode : public ModeHandler
                 * way to add this mode and that is at client introduction in the UID command,
                 * as this calls OnModeChange for each mode but disregards the return values.
                 * The mode cannot be manually added or removed, not even by a server or by a remote
-                * user, which prevents its (ab)use as a kiddie 'god mode' on such networks.
+                * user or uline, which prevents its (ab)use as a kiddie 'god mode' on such networks.
                 * I'm sure if someone really wants to do that they can make a copy of this module
                 * that does the job. It won't be me though!
                 */