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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user