mirror of
https://github.com/anope/anope.git
synced 2026-07-02 16:13: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:
@@ -463,7 +463,7 @@ int main(int argc, char *argv[])
|
||||
na->nc->flags |= 0x00100000;
|
||||
}
|
||||
|
||||
// Convert nick VERBOTEN to group FORBIDDEN
|
||||
// Convert nick FORBIDDEN to group FORBIDDEN
|
||||
if (na->status & 0x0002)
|
||||
{
|
||||
na->nc->flags |= 0x80000000;
|
||||
|
||||
Reference in New Issue
Block a user