]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/baseui.js
Use a realname from the config file, also try generating an ID that hasn't been seen...
[irc/quakenet/qwebirc.git] / js / ui / baseui.js
index 299ad5e49fcd95dedc57a7ae26d3548ab647935f..26f1bbd4b52f5c1f1cd3b78f44d1a2309889100b 100644 (file)
@@ -18,8 +18,10 @@ var UI = new Class({
     this.selectWindow(w);
     if(!this.firstClient) {
       this.firstClient = true;
-      w.addLine("", "qwebirc v" + QWEBIRC_VERSION + " -- Copyright (C) 2008 Chris Porter. All rights reserved.");
+      w.addLine("", "qwebirc v" + QWEBIRC_VERSION);
+      w.addLine("", "Copyright (C) 2008 Chris Porter. All rights reserved.");
       w.addLine("", "http://webchat.quakenet.org/");
+      w.addLine("", "This is BETA quality software, please report bugs to slug@quakenet.org");
     }
     return w;
   },