From 1cca1f2d286d9a41cdd08afe206b72c7f58af9c3 Mon Sep 17 00:00:00 2001 From: cyan <> Date: Tue, 9 Dec 2003 12:03:06 +0000 Subject: [PATCH] LIST sometimes wouldn't output a 321 (start of LIST) numeric --- exec/ircd.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exec/ircd.js b/exec/ircd.js index 8a541c38cd..75eac70089 100644 --- a/exec/ircd.js +++ b/exec/ircd.js @@ -2323,6 +2323,8 @@ function IRCClient_do_complex_list(cmd) { var listmask; var listmask_items; + this.numeric321(); + for (lc in cmd[1]) { switch(cmd[1][lc]) { case "+": -- GitLab