]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Fix actions.
authorChris Porter <redacted>
Sun, 26 Oct 2008 01:59:01 +0000 (01:59 +0000)
committerChris Porter <redacted>
Sun, 26 Oct 2008 01:59:01 +0000 (01:59 +0000)
js/irc/ircclient.js

index c969be6786aeaffb0906a57955222c0e64fae65d..5b957c900ab89a692712852b786146686ae65524 100644 (file)
@@ -272,7 +272,7 @@ qwebirc.irc.IRCClient = new Class({
       args = "";
 
     if(type == "ACTION") {
-      this.tracker.updateLastSpoke(nick, channel, new Date().getTime()); 
+      this.tracker.updateLastSpoke(user.hostToNick(), channel, new Date().getTime()); 
       this.newChanLine(channel, "CHANACTION", user, {"m": args, "c": channel});
       return;
     }