diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-01 00:54:58 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-01 00:54:58 +0200 |
commit | 56cae0f3a484cbcb20569b68917f1810a0c2f4a4 (patch) | |
tree | 9840c493ac9f05687a28aff540e9c3ca4025cb67 /src/users.cpp | |
parent | f62fb75d9dbec40974eb757983791404a8bf8695 (diff) |
Remove legacy code, mostly related to 1.2 compatibility
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/users.cpp b/src/users.cpp index adfa7642c..53dfc3dc0 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -775,8 +775,6 @@ void LocalUser::FullConnect() if (quitting) return; - if (ServerInstance->Config->WelcomeNotice) - this->WriteServ("NOTICE Auth :Welcome to \002%s\002!",ServerInstance->Config->Network.c_str()); this->WriteNumeric(RPL_WELCOME, "%s :Welcome to the %s IRC Network %s",this->nick.c_str(), ServerInstance->Config->Network.c_str(), GetFullRealHost().c_str()); this->WriteNumeric(RPL_YOURHOSTIS, "%s :Your host is %s, running version %s",this->nick.c_str(),ServerInstance->Config->ServerName.c_str(),BRANCH); this->WriteNumeric(RPL_SERVERCREATED, "%s :This server was created %s %s", this->nick.c_str(), __TIME__, __DATE__); |