X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=lurk.git;a=blobdiff_plain;f=lurk.el;h=becfff17332e281b11ffb33233da3d0bca6e9c5b;hp=697c93781132ab51304f7ce010d9331af07584a8;hb=339375f4b2769d4d7efb5d14dfb0b8e8da073ef8;hpb=ed45857f7a6b8c1c96d0f631d31c3b2079605501 diff --git a/lurk.el b/lurk.el index 697c937..becfff1 100644 --- a/lurk.el +++ b/lurk.el @@ -525,8 +525,8 @@ portion of the source component of the message, as LURK doesn't use this.") ("NICK" (let ((old-nick (lurk-msg-src msg)) (new-nick (car (lurk-msg-params msg)))) - (lurk-display-notice nil nick " is now known as " new-nick) - (lurk-rename-user nick new-nick))) + (lurk-display-notice nil old-nick " is now known as " new-nick) + (lurk-rename-user old-nick new-nick))) ("NOTICE" (let ((nick (lurk-msg-src msg))