summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-02-29 14:40:02 +0100
committerAttila Molnar <attilamolnar@hush.com>2016-02-29 14:40:02 +0100
commit4f8697d0ce29097583b417b676c73d31349b056f (patch)
tree902c4ececb3e3b6641bf3cab3f4de0bc1ac00882 /src/modules
parentccd4c11ea1a43d079eaae9708482ef4a9148796c (diff)
Remove embarrassing negative comments about some clients from the code
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_securelist.cpp2
1 files changed, 1 insertions, 1 deletions
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());