diff options
Diffstat (limited to 'plugins/xB/pomodoro')
-rwxr-xr-x | plugins/xB/pomodoro | 6 |
1 files changed, 3 insertions, 3 deletions
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 ------------------------------------------------------------- |