mirror of
https://github.com/anope/anope.git
synced 2026-07-08 04:03:12 +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:
+2
-2
@@ -45,7 +45,7 @@ class CommandOSAdmin : public Command
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
if (na->status & NS_VERBOTEN)
|
||||
if (na->status & NS_FORBIDDEN)
|
||||
{
|
||||
notice_lang(s_OperServ, u, NICK_X_FORBIDDEN, nick);
|
||||
return MOD_CONT;
|
||||
@@ -129,7 +129,7 @@ class CommandOSAdmin : public Command
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
if (na->status & NS_VERBOTEN)
|
||||
if (na->status & NS_FORBIDDEN)
|
||||
{
|
||||
notice_lang(s_OperServ, u, NICK_X_FORBIDDEN, nick);
|
||||
return MOD_CONT;
|
||||
|
||||
Reference in New Issue
Block a user