From: plugd Date: Thu, 23 May 2024 18:21:13 +0000 (+0200) Subject: Removed some residual lurk references X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=commitdiff_plain;h=0a919f36d688bb2495321b46705e5ad39a0a9175;p=lurk.git Removed some residual lurk references --- diff --git a/murk.el b/murk.el index 0766b7d..e67d8e6 100644 --- a/murk.el +++ b/murk.el @@ -939,8 +939,8 @@ The head of this list is always the current context.") (when (and (or (not target-server) (and (equal server target-server))) (murk--lists-equal (cdr matcher) - (append (list (lurk-msg-src msg) - (lurk-msg-cmd msg)) + (append (list (murk-msg-src msg) + (murk-msg-cmd msg)) (murk-msg-params msg)))) (murk-send-msg server (murk-msg nil nil (car reply) (cdr reply))))))) @@ -1135,7 +1135,7 @@ The head of this list is always the current context.") (let ((server (murk-context-server ctx)) (nick (car params))) (murk-send-msg server - (lurk-msg nil nil "PRIVMSG" + (murk-msg nil nil "PRIVMSG" (list nick "\01VERSION\01"))) (murk-display-notice ctx "CTCP version request sent to " nick " on " server))