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/pomodoro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/xB/pomodoro') diff --git a/plugins/xB/pomodoro b/plugins/xB/pomodoro index 08b87cb..910f707 100755 --- a/plugins/xB/pomodoro +++ b/plugins/xB/pomodoro @@ -206,7 +206,7 @@ def parse (line) end def bot_print (what) - print "ZYKLONB print :#{what}" + print "XB print :#{what}" end # --- Initialization ----------------------------------------------------------- @@ -215,12 +215,12 @@ end # To read it from anywhere else, it has to be done asynchronously $config = {} [:prefix].each do |name| - print "ZYKLONB get_config :#{name}" + print "XB get_config :#{name}" _, _, _, _, args = *parse($stdin.gets.chomp) $config[name] = args[0] end -print "ZYKLONB register" +print "XB register" # --- Plugin logic ------------------------------------------------------------- -- cgit v1.2.3