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