summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-01-13 15:20:01 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-01-13 15:20:01 +0100
commit1cf73c8f32ef8c9cd2a3a1447f9c346e8c2fdacd (patch)
tree65309591bf124971c03deb7beac6542ad34c2747 /src/users.cpp
parent36f12984d3010bfad69de0c37a3203b0c471521c (diff)
Don't send the "your unique ID" (numeric 042) message on connect
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 0 insertions, 1 deletions
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)