mirror of
https://github.com/anope/anope.git
synced 2026-07-08 23:43:13 +02:00
NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1973 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ class CommandMSSet : public Command
|
||||
notice_lang(s_MemoServ, u, CHAN_X_NOT_REGISTERED, chan);
|
||||
return MOD_CONT;
|
||||
}
|
||||
else if (ci->flags & CI_VERBOTEN)
|
||||
else if (ci->flags & CI_FORBIDDEN)
|
||||
{
|
||||
notice_lang(s_MemoServ, u, CHAN_X_FORBIDDEN, chan);
|
||||
return MOD_CONT;
|
||||
|
||||
Reference in New Issue
Block a user