Removed some residual lurk references
authorplugd <plugd@thelambdalab.xyz>
Thu, 23 May 2024 18:21:13 +0000 (20:21 +0200)
committerplugd <plugd@thelambdalab.xyz>
Sun, 26 May 2024 19:14:05 +0000 (21:14 +0200)
murk.el

diff --git a/murk.el b/murk.el
index 0766b7d..e67d8e6 100644 (file)
--- 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))