diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-02-29 14:40:02 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-02-29 14:40:02 +0100 |
commit | 4f8697d0ce29097583b417b676c73d31349b056f (patch) | |
tree | 902c4ececb3e3b6641bf3cab3f4de0bc1ac00882 /src/commands | |
parent | ccd4c11ea1a43d079eaae9708482ef4a9148796c (diff) |
Remove embarrassing negative comments about some clients from the code
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/cmd_list.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<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] == '<') |