diff options
| author | 2014-01-13 15:20:01 +0100 | |
|---|---|---|
| committer | 2014-01-13 15:20:01 +0100 | |
| commit | 1cf73c8f32ef8c9cd2a3a1447f9c346e8c2fdacd (patch) | |
| tree | 65309591bf124971c03deb7beac6542ad34c2747 /src/users.cpp | |
| parent | Stop null checking pointers that are always valid (diff) | |
Don't send the "your unique ID" (numeric 042) message on connect
Diffstat (limited to 'src/users.cpp')
| -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) |
