From 5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 6 Aug 2021 17:14:13 +0200 Subject: xB: fix up the special IPC command's name To reflect the new disorder. --- plugins/xB/calc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/xB/calc') diff --git a/plugins/xB/calc b/plugins/xB/calc index e67244b..7d2d660 100755 --- a/plugins/xB/calc +++ b/plugins/xB/calc @@ -77,7 +77,7 @@ (substring line 0 (- len 1)) line)))) (define (get-config name) - (send "ZYKLONB get_config :" name) + (send "XB get_config :" name) (car (message-params (parse-message (get-line-crlf irc-input-port))))) (define (extract-nick prefix) @@ -216,7 +216,7 @@ ; --- Main loop ---------------------------------------------------------------- (define prefix (get-config "prefix")) -(send "ZYKLONB register") +(send "XB register") (define (process msg) (when (string-ci=? (message-command msg) "PRIVMSG") -- cgit v1.2.3