1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 20:43:12 +02:00

Consolidate modes: we really don't need to have a different one for every pseudoclient.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1531 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-03 23:29:39 +00:00
parent 667cf5f30f
commit bcff05ae3a
8 changed files with 11 additions and 59 deletions
+1 -9
View File
@@ -72,15 +72,7 @@ int inet_aton(const char *name, struct in_addr *addr)
IRCDVar myIrcd[] = {
{"InspIRCd 1.1", /* ircd name */
"+oI", /* nickserv mode */
"+oI", /* chanserv mode */
"+oI", /* memoserv mode */
"+oI", /* hostserv mode */
"+ioI", /* operserv mode */
"+oI", /* botserv mode */
"+oI", /* helpserv mode */
"+ioI", /* Global mode */
"+I", /* Used by BotServ Bots */
"+I", /* Modes used by pseudoclients */
5, /* Chan Max Symbols */
"-cilmnpstuzACGHKNOQRSV", /* Modes to Remove */
"+ao", /* Channel Umode used by Botserv bots */