diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 22:01:42 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 22:01:42 +0000 |
commit | c27c424b04fefd850d55f07dd5dc4ee93ac0be1c (patch) | |
tree | 3cd74763b5c966ddc0efe35f4544dfda79766d28 /src | |
parent | 30031e6ea5c583735508c03381cdd6e392ec9bed (diff) |
Remove (useless) +s from bot umodes, as it breaks protocol (no params, required) and is unnecessary anyway.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1522 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/inspircd12.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/inspircd12.cpp b/src/protocol/inspircd12.cpp index 20647f997..f03f8a06b 100644 --- a/src/protocol/inspircd12.cpp +++ b/src/protocol/inspircd12.cpp @@ -80,7 +80,7 @@ IRCDVar myIrcd[] = { "+oI", /* botserv mode */ "+oI", /* helpserv mode */ "+ioI", /* Global mode */ - "+sI", /* Used by BotServ Bots */ + "+I", /* Used by BotServ Bots */ 5, /* Chan Max Symbols */ "-cilmnpstuzACGHKNOQRSV", /* Modes to Remove */ "+ao", /* Channel Umode used by Botserv bots */ |