From 22de0fb8fb7b717ba32b9c1280b5f50766305d80 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 5 Apr 2008 14:36:29 +0000 Subject: Make sure this is pushed too git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9352 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/users.cpp b/src/users.cpp index 2fbf85b90..09b96ce6b 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -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); -- cgit v1.2.3