diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-02 20:45:12 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-02 20:45:12 +0000 |
commit | a8ed2b9244ab81f4073bac0070f1329d7d15a7f6 (patch) | |
tree | 3797d16f33d0fab31066f6d6fbf77fb4f5a268b7 /src/plexus.c | |
parent | 4e33836bd5069a153bf7916756f48d7a8cb2696e (diff) |
BUILD : 1.7.8 (590) BUGS : 288 / N/A NOTES : Fixed 288, moved updated all set/unset admin/owner calls to use the ircd protocol files. This needs a fair good test, but it seems all ok, and i cant see anything wrong with it :)
git-svn-id: svn://svn.anope.org/anope/trunk@590 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@440 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/plexus.c')
-rw-r--r-- | src/plexus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plexus.c b/src/plexus.c index e3217316c..74124154a 100644 --- a/src/plexus.c +++ b/src/plexus.c @@ -52,6 +52,8 @@ IRCDVar ircd[] = { 0, /* Has Owner */ NULL, /* Mode to set for an owner */ NULL, /* Mode to unset for an owner */ + NULL, /* Mode to set for chan admin */ + NULL, /* Mode to unset for chan admin */ "+R", /* Mode On Reg */ "-R", /* Mode on UnReg */ "-R", /* Mode on Nick Change */ |