diff options
Diffstat (limited to 'chat/inspircd/patches')
-rw-r--r-- | chat/inspircd/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/inspircd/patches/patch-ac b/chat/inspircd/patches/patch-ac new file mode 100644 index 00000000000..5fec23a31d6 --- /dev/null +++ b/chat/inspircd/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2007/07/30 22:00:00 adrianp Exp $ + +--- src/cmd_list.cpp.orig 2007-07-23 19:06:57.000000000 +0100 ++++ src/cmd_list.cpp +@@ -71,7 +71,7 @@ CmdResult cmd_list::Handle (const char** + } + else + { +- if (((!(i->second->IsModeSet('p'))) && (!(i->second->IsModeSet('p')))) || (n)) ++ if (((!(i->second->IsModeSet('p'))) && (!(i->second->IsModeSet('s')))) || (n)) + { + long users = i->second->GetUserCounter(); + if (users) |