summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-02-17 15:10:58 -0500
committerAdam <Adam@anope.org>2013-02-17 15:10:58 -0500
commit357cd44beaec8d49c87aaaac0d5a20866f419012 (patch)
tree1a422619bba95adeecb3f4b2c18ca4bc02a2b22a
parent46271fc348278263249b1bdf39e76582bd7b4ab8 (diff)
Also mark bots that were previously -o on UnrealIRCd as +H to hide them from the oper count in /lusers and /stats, which is closer to the old behavior.
-rw-r--r--src/protocol/unreal32.c6
-rw-r--r--version.log2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index 9e6c7af9e..fc6f85817 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -27,7 +27,7 @@ IRCDVar myIrcd[] = {
"+ioS", /* operserv mode */
"+oS", /* botserv mode */
"+oS", /* helpserv mode */
- "+ioS", /* Dev/Null mode */
+ "+ioHS", /* Dev/Null mode */
"+ioS", /* Global mode */
"+oS", /* nickserv alias mode */
"+oS", /* chanserv alias mode */
@@ -36,9 +36,9 @@ IRCDVar myIrcd[] = {
"+ioS", /* operserv alias mode */
"+oS", /* botserv alias mode */
"+oS", /* helpserv alias mode */
- "+ioS", /* Dev/Null alias mode */
+ "+ioHS", /* Dev/Null alias mode */
"+ioS", /* Global alias mode */
- "+oqS", /* Used by BotServ Bots */
+ "+oqHS", /* Used by BotServ Bots */
5, /* Chan Max Symbols */
"-cijlmnpstuzACGKMNOQRSTV", /* Modes to Remove */
"+ao", /* Channel Umode used by Botserv bots */
diff --git a/version.log b/version.log
index 397a2dfdc..4616016a7 100644
--- a/version.log
+++ b/version.log
@@ -8,7 +8,7 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="8"
VERSION_EXTRA="-git"
-VERSION_BUILD="3110"
+VERSION_BUILD="3111"
# Changes since 1.8.7 Release
#Revision 3110 - Added japanese language support, patch provided by Ryuunosuke Ayanokouzi