1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 19:33:11 +02:00

do not set mode +d on identify on inspircd

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2410 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
DukePyrolator
2009-08-06 04:49:06 +00:00
parent 52f55ef9a0
commit 1c33521c69
+1 -1
View File
@@ -719,7 +719,7 @@ class InspIRCdProto : public IRCDProto
account->Extend("authenticationtoken", sstrdup(account->display));
common_svsmode(u, "+rd", account->display);
common_svsmode(u, "+r", "");
}
void SendAccountLogout(User *u, NickCore *account)