diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-10 12:26:09 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-10 12:26:09 +0000 |
commit | 1fd0249076b85eef80a41a30b57cc47bc2a2ded2 (patch) | |
tree | d66b3c52395097d3ac99ad08be0ece9fa0fb4ecc /src/core/cs_status.c | |
parent | e7a6661baa7ff8bffce9e18a45d5ea4a521347e1 (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/cs_status.c')
-rw-r--r-- | src/core/cs_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_status.c b/src/core/cs_status.c index bac04bd10..d1c24b521 100644 --- a/src/core/cs_status.c +++ b/src/core/cs_status.c @@ -42,7 +42,7 @@ class CommandCSStatus : public Command } if (!ci) notice_lang(s_ChanServ, u, CHAN_STATUS_NOT_REGGED, temp); - else if (ci->flags & CI_VERBOTEN) + else if (ci->flags & CI_FORBIDDEN) notice_lang(s_ChanServ, u, CHAN_STATUS_FORBIDDEN, chan); else if ((u2 = finduser(nick))) notice_lang(s_ChanServ, u, CHAN_STATUS_INFO, chan, nick, get_access(u2, ci)); |