mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Remove embarrassing negative comments about some clients from the code
This commit is contained in:
parent
ccd4c11ea1
commit
4f8697d0ce
@ -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());
|
||||
|
||||
/* Work around mIRC suckyness. YOU SUCK, KHALED! */
|
||||
if (parameters.size() == 1)
|
||||
{
|
||||
if (parameters[0][0] == '<')
|
||||
|
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user