]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/baseui.js
Add command history.
[irc/quakenet/qwebirc.git] / js / ui / baseui.js
index effdb74b677255f44ef86889f8eab3baef158852..60b1b1269e200101fc117204e9b80de571510940 100644 (file)
@@ -17,6 +17,7 @@ var BaseUI = new Class({
     this.parentElement.addClass("qwebirc");
     this.parentElement.addClass("qwebirc-" + uiName);
     this.firstClient = false;
+    this.commandhistory = new CommandHistory();
   },
   newClient: function(client) {
     this.windows[client] = {}