Method: Irc::Bot::Plugins::PluginManagerClass#reset_botmodule_lists
- Defined in:
- lib/rbot/plugins.rb
#reset_botmodule_lists ⇒ Object
Reset lists of botmodules
462 463 464 465 466 467 468 469 470 |
# File 'lib/rbot/plugins.rb', line 462 def reset_botmodule_lists @botmodules[:CoreBotModule].clear @botmodules[:Plugin].clear @names_hash.clear @commandmappers.clear @maps.clear @failures_shown = false mark_priorities_dirty end |