mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
Make sure this is pushed too
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9352 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
3f54de3e8b
commit
22de0fb8fb
@ -921,7 +921,6 @@ void User::FullConnect()
|
||||
this->WriteNumeric(004, "%s %s InspIRCd-1.2 %s %s %s", this->nick, ServerInstance->Config->ServerName, ServerInstance->Modes->UserModeList().c_str(), ServerInstance->Modes->ChannelModeList().c_str(), ServerInstance->Modes->ParaModeList().c_str());
|
||||
|
||||
ServerInstance->Config->Send005(this);
|
||||
|
||||
this->WriteNumeric(42, "%s %s :your unique ID", this->nick, this->uuid);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user