From 0a919f36d688bb2495321b46705e5ad39a0a9175 Mon Sep 17 00:00:00 2001 From: plugd Date: Thu, 23 May 2024 20:21:13 +0200 Subject: [PATCH] Removed some residual lurk references --- murk.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 2.20.1