]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove embarrassing negative comments about some clients from the code
authorAttila Molnar <attilamolnar@hush.com>
Mon, 29 Feb 2016 13:40:02 +0000 (14:40 +0100)
committerAttila Molnar <attilamolnar@hush.com>
Mon, 29 Feb 2016 13:40:02 +0000 (14:40 +0100)
src/commands/cmd_list.cpp
src/modules/m_securelist.cpp

index 2c420d1dde6561f5bb5223a717806a8bd7993b2c..8a99ce3e0579a17f089b24773268a2bf4778479f 100644 (file)
@@ -49,7 +49,6 @@ CmdResult CommandList::Handle (const std::vector<std::string>& parameters, User
 
        user->WriteNumeric(321, "%s Channel :Users Name",user->nick.c_str());
 
 
        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] == '<')
        if (parameters.size() == 1)
        {
                if (parameters[0][0] == '<')
index 6013d1fd7543400bfcadf0a4f55f1269f8b058ad..5d11d27f7b0fa16b72a2e568d232745e279e0f42 100644 (file)
@@ -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);
 
                        /* 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());
                         * 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());