diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-05 22:12:22 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-05 22:12:22 +0000 |
commit | 728fe3e1d42bf8cac353787480701b0a62559272 (patch) | |
tree | d06f1dd4f1bff13d9913ce59e343e8180560aac6 /src/protocol/unreal32.c | |
parent | 1961fa282b71fadc8325e5a1161d259db87e447e (diff) |
Removed DevNull pseudo-client as well as all *Alias pseudo-clients.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1427 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 9e27ec7c6..c51da8a0b 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -95,15 +95,6 @@ IRCDVar myIrcd[] = { "+oS", /* helpserv mode */ "+iS", /* Dev/Null mode */ "+ioS", /* Global mode */ - "+oS", /* nickserv alias mode */ - "+oS", /* chanserv alias mode */ - "+oS", /* memoserv alias mode */ - "+ioS", /* hostserv alias mode */ - "+ioS", /* operserv alias mode */ - "+oS", /* botserv alias mode */ - "+oS", /* helpserv alias mode */ - "+iS", /* Dev/Null alias mode */ - "+ioS", /* Global alias mode */ "+qS", /* Used by BotServ Bots */ 5, /* Chan Max Symbols */ "-cilmnpstuzACGHKMNOQRSTV", /* Modes to Remove */ |