]> git.scottworley.com Git - reliable-chat/blobdiff - webclient/rc.html
Leave out the anonymous nick reminders for now
[reliable-chat] / webclient / rc.html
index 5d09dba0a661a1843c15cc39fbf3c51ea1303909..632956b21b522e6b7cc92c3b06bc15a30fcf8d5e 100644 (file)
                        status_indicator.setAttribute("class", "sad");
                        document.getElementById("status").appendChild(status_indicator);
                }
-               if (rcnick() == 'anonymous') {
-                       rcaddmessagetohistory("-!- Set your nick with /nick");
-               }
        }
 
        function rcsend(d, message) {
                        // 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");
-                       }
                }
        }
   //--><!]]></script>