From 6273e8990116fcd4cbb4d2b79a776c330aae39c7 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 2 Oct 2008 23:14:45 +0000 Subject: Mention ulines too git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10617 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_servprotect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_servprotect.cpp b/src/modules/m_servprotect.cpp index f77bdbc6a..b35573bf3 100644 --- a/src/modules/m_servprotect.cpp +++ b/src/modules/m_servprotect.cpp @@ -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! */ -- cgit v1.2.3