]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/baseuiwindow.js
Add custom URLs.
[irc/quakenet/qwebirc.git] / js / ui / baseuiwindow.js
index 2d40f5d7b4ee40aac74ef59968ee3f259d4f9be1..29a23e7daf459e5d5372098a8158d6bc3cf967d8 100644 (file)
@@ -50,7 +50,7 @@ var UIWindow = new Class({
     if(type)
       line = this.parentObject.theme.message(type, line);
     
-    Colourise(IRCTimestamp(new Date()) + " " + line, element, this.client.exec);
+    Colourise(IRCTimestamp(new Date()) + " " + line, element, this.client.exec, this.parentObject.urlDispatcher);
     
     this.scrollAdd(element);
   },