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/hs_set.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/hs_set.c')
-rw-r--r-- | src/core/hs_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_set.c b/src/core/hs_set.c index 49b22b3c7..0a63923ba 100644 --- a/src/core/hs_set.c +++ b/src/core/hs_set.c @@ -109,7 +109,7 @@ class CommandHSSet : public Command if ((na = findnick(nick))) { - if (na->status & NS_VERBOTEN) + if (na->status & NS_FORBIDDEN) { notice_lang(s_HostServ, u, NICK_X_FORBIDDEN, nick); if (vIdent) |