Method: ConfigModule#bot_save

Defined in:
lib/rbot/core/config.rb

#bot_save(m, param) ⇒ Object



173
174
175
176
# File 'lib/rbot/core/config.rb', line 173

def bot_save(m, param)
  @bot.save
  m.okay
end