summaryrefslogtreecommitdiff
path: root/src/core/os_oper.c
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-10 12:26:09 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-10 12:26:09 +0000
commit1fd0249076b85eef80a41a30b57cc47bc2a2ded2 (patch)
treed66b3c52395097d3ac99ad08be0ece9fa0fb4ecc /src/core/os_oper.c
parente7a6661baa7ff8bffce9e18a45d5ea4a521347e1 (diff)
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
Diffstat (limited to 'src/core/os_oper.c')
-rw-r--r--src/core/os_oper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/os_oper.c b/src/core/os_oper.c
index be02265e4..92b6b21cb 100644
--- a/src/core/os_oper.c
+++ b/src/core/os_oper.c
@@ -46,7 +46,7 @@ class CommandOSOper : 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;
@@ -130,7 +130,7 @@ class CommandOSOper : 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;