Skip to content
Snippets Groups Projects
Commit fa309118 authored by cyan's avatar cyan
Browse files

Quick fix for the infamous "line 1653" /WHO bug.

parent 41ac931b
No related branches found
No related tags found
No related merge requests found
......@@ -1645,6 +1645,9 @@ function IRCClient_numeric352(user,show_ips_only,chan) {
var disp;
var disphost;
if (!user)
return 0;
if (!chan)
disp = "*";
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment