mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Change numeric 671, starttls failure to 691. 671 conflicts with unreal's ssl user numeric. It's documented on our wiki as 'kineircd' but kineircd was never even realeased, so we cant go on that, we'll go with what the unreal numeric says.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10928 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
b0546ed55e
commit
5ea3005897
@ -88,7 +88,7 @@ class CommandStartTLS : public Command
|
||||
Caller->OnRawSocketAccept(user->GetFd(), user->GetIPString(), user->GetPort());
|
||||
}
|
||||
else
|
||||
user->WriteNumeric(671, "%s :STARTTLS failure", user->nick.c_str());
|
||||
user->WriteNumeric(691, "%s :STARTTLS failure", user->nick.c_str());
|
||||
}
|
||||
|
||||
return CMD_FAILURE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user