From 1cf73c8f32ef8c9cd2a3a1447f9c346e8c2fdacd Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 13 Jan 2014 15:20:01 +0100 Subject: Don't send the "your unique ID" (numeric 042) message on connect --- src/users.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/users.cpp b/src/users.cpp index bf099ff98..eff72033d 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -578,7 +578,6 @@ void LocalUser::FullConnect() this->WriteNumeric(RPL_SERVERVERSION, "%s %s %s", ServerInstance->Config->ServerName.c_str(), BRANCH, modelist.c_str()); ServerInstance->ISupport.SendTo(this); - this->WriteNumeric(RPL_YOURUUID, "%s :your unique ID", this->uuid.c_str()); /* Now registered */ if (ServerInstance->Users->unregistered_count) -- cgit v1.2.3