diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-01-13 15:20:01 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-13 15:20:01 +0100 |
commit | 1cf73c8f32ef8c9cd2a3a1447f9c346e8c2fdacd (patch) | |
tree | 65309591bf124971c03deb7beac6542ad34c2747 | |
parent | 36f12984d3010bfad69de0c37a3203b0c471521c (diff) |
Don't send the "your unique ID" (numeric 042) message on connect
-rw-r--r-- | src/users.cpp | 1 |
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) |