From 56cae0f3a484cbcb20569b68917f1810a0c2f4a4 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Mon, 1 Apr 2013 00:54:58 +0200 Subject: Remove legacy code, mostly related to 1.2 compatibility --- src/users.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/users.cpp') 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__); -- cgit v1.3.1-10-gc9f91