diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-02 23:56:25 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-02 23:56:25 +0000 |
commit | a765a1155ff362c46f38faab9d66a918490d2350 (patch) | |
tree | 739ea024837d2bdb781b386a0a606f1e6c83a0d0 /src | |
parent | ec9dafb778cae465379f64bf0a0f997dbb4603ab (diff) |
InspIRCd doesn't support umode +d == svid craq
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1503 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/inspircd11.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index 0d4a671d8..682cd5b21 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -477,12 +477,6 @@ class InspIRCdProto : public IRCDProto case '-': add = 0; break; - case 'd': - if (!ac) break; - --ac; - ++av; - user->svid = strtoul(*av, NULL, 0); - break; case 'o': if (add) { ++opcnt; |