]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Fix TIME typo, thanks thecainer.
authorChris Porter <redacted>
Thu, 2 Jul 2009 14:15:06 +0000 (15:15 +0100)
committerChris Porter <redacted>
Thu, 2 Jul 2009 14:15:06 +0000 (15:15 +0100)
js/irc/baseircclient.js

index 654e5df0b8b0f294f589a1e9a17cc5d7dbc1d627..23056e9e90ca6c360991b96c13c07a8ddb704317 100644 (file)
@@ -3,7 +3,7 @@ qwebirc.irc.RegisteredCTCPs = {
     return "qwebirc v" + qwebirc.VERSION + ", copyright (C) Chris Porter 2008-2009 -- " + qwebirc.util.browserVersion();
   },
   "USERINFO": function(x) { return "qwebirc"; },
-  "TIME": function(x) { return qwebirc.irc.IRCTime(new Date()); },
+  "TIME": function(x) { return qwebirc.irc.IRCDate(new Date()); },
   "PING": function(x) { return x; },
   "CLIENTINFO": function(x) { return "PING VERSION TIME USERINFO CLIENTINFO"; }
 };