From: Attila Molnar Date: Mon, 29 Feb 2016 13:40:02 +0000 (+0100) Subject: Remove embarrassing negative comments about some clients from the code X-Git-Tag: v2.0.23~22 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=4f8697d0ce29097583b417b676c73d31349b056f;hp=-c;p=user%2Fhenk%2Fcode%2Finspircd.git Remove embarrassing negative comments about some clients from the code --- 4f8697d0ce29097583b417b676c73d31349b056f diff --git a/src/commands/cmd_list.cpp b/src/commands/cmd_list.cpp index 2c420d1dd..8a99ce3e0 100644 --- a/src/commands/cmd_list.cpp +++ b/src/commands/cmd_list.cpp @@ -49,7 +49,6 @@ CmdResult CommandList::Handle (const std::vector& parameters, User user->WriteNumeric(321, "%s Channel :Users Name",user->nick.c_str()); - /* Work around mIRC suckyness. YOU SUCK, KHALED! */ if (parameters.size() == 1) { if (parameters[0][0] == '<') diff --git a/src/modules/m_securelist.cpp b/src/modules/m_securelist.cpp index 6013d1fd7..5d11d27f7 100644 --- a/src/modules/m_securelist.cpp +++ b/src/modules/m_securelist.cpp @@ -76,7 +76,7 @@ class ModuleSecureList : public Module /* Not exempt, BOOK EM DANNO! */ user->WriteServ("NOTICE %s :*** You cannot list within the first %lu seconds of connecting. Please try again later.",user->nick.c_str(), (unsigned long) WaitTime); - /* Some crap clients (read: mIRC, various java chat applets) muck up if they don't + /* Some clients (e.g. mIRC, various java chat applets) muck up if they don't * receive these numerics whenever they send LIST, so give them an empty LIST to mull over. */ user->WriteNumeric(321, "%s Channel :Users Name",user->nick.c_str());