Sha256: 2c087cd90d0427679bd8c8b28e8d440c1105ebf562725b5f2c3470426c412b2d
Contents?: true
Size: 1.27 KB
Versions: 4
Compression:
Stored size: 1.27 KB
Contents
require_relative "commands/general/hi_bot" require_relative "commands/general/bye_bot" require_relative "commands/general/bot_help" require_relative "commands/on_bot/ruby_code" require_relative "commands/general/use_rules" require_relative "commands/general/stop_using_rules" require_relative "commands/on_master/admin_master/exit_bot" require_relative "commands/on_master/admin_master/notify_message" require_relative "commands/on_master/admin/kill_bot_on_channel" require_relative "commands/on_master/create_bot" require_relative "commands/on_bot/admin/add_routine" require_relative "commands/on_bot/admin/start_bot" require_relative "commands/on_bot/admin/pause_bot" require_relative "commands/on_bot/admin/remove_routine" require_relative "commands/on_bot/admin/run_routine" require_relative "commands/on_bot/admin/pause_routine" require_relative "commands/on_bot/admin/start_routine" require_relative "commands/on_bot/admin/see_routines" require_relative "commands/on_bot/admin/extend_rules" require_relative "commands/on_bot/admin/stop_using_rules_on" require_relative "commands/general/bot_status" require_relative "commands/on_bot/add_shortcut" require_relative "commands/on_bot/delete_shortcut" require_relative "commands/on_bot/see_shortcuts" require_relative "commands/on_extended/bot_rules"
Version data entries
4 entries across 4 versions & 1 rubygems