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

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
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-02 23:56:25 +00:00
parent ec9dafb778
commit a765a1155f
-6
View File
@@ -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;