From c3983543f7453a81573a496168049edb38a5d223 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Tue, 31 Jul 2012 22:15:21 -0700 Subject: [PATCH] Make /nick reminder a little more visible --- webclient/rc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webclient/rc.html b/webclient/rc.html index a896281..591bd21 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -141,14 +141,14 @@ message = "<" + rcnick() + "> " + input; } + // Say the message + var d = rcaddmessagetohistory(message); + rcsend(d, message); + // Remind people to set their nick if (rcnick() == 'anonymous') { rcaddmessagetohistory("-!- Set your nick with /nick"); } - - // Say the message - var d = rcaddmessagetohistory(message); - rcsend(d, message); } } //--> -- 2.44.1