# File lib/rbot/core/config.rb, line 182
  def bot_nick(m, param)
    @bot.nickchg(param[:nick])
    @bot.wanted_nick = param[:nick]
  end