From 93f7aad8ce487fbfa3561070d2e49c81bb4e6816 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 22 Oct 2006 20:02:33 +0000 Subject: mIRC sucks, and its author does too! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5526 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_list.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cmd_list.cpp') diff --git a/src/cmd_list.cpp b/src/cmd_list.cpp index eaf96c097..3371fc738 100644 --- a/src/cmd_list.cpp +++ b/src/cmd_list.cpp @@ -29,6 +29,11 @@ extern "C" command_t* init_command(InspIRCd* Instance) CmdResult cmd_list::Handle (const char** parameters, int pcnt, userrec *user) { user->WriteServ("321 %s Channel :Users Name",user->nick); + + /* Work around mIRC suckyness. YOU SUCK, KHALED! */ + if ((pcnt == 1) && (*parameters[0] == '<')) + pcnt = 0; + for (chan_hash::const_iterator i = ServerInstance->chanlist.begin(); i != ServerInstance->chanlist.end(); i++) { // attempt to match a glob pattern -- cgit v1.3.1-10-gc9f91