# File lib/rbot/plugins.rb, line 346 def priority=(prio) if @priority != prio @priority = prio @bot.plugins.mark_priorities_dirty end end