class Openra::IRCBot::Plugins::Gaynonce

Public Instance Methods

execute(m) click to toggle source
# File lib/openra/irc_bot/plugins/gaynonce.rb, line 9
        def execute(m)
          m.reply <<-NONCE.strip.gsub(/\s+/, ' ')
            You ever daydream about kissing young boys?...
            Nah, me neither, they're too young and not sexy and
            have unattractive genetalia.

            https://www.twitch.tv/fiveacescheckmate/clip/DrabHelpfulNarwhalHassanChop
          NONCE
        end