# File lib/rbot/message.rb, line 450
    def okay
      if @bot.config['core.reply_with_nick']
        return nickokay
      end
      plainokay
    end