mirror of
https://github.com/anope/anope.git
synced 2026-07-09 06:23:13 +02:00
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.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user