Class: Openra::IRCBot::Plugins::Gaynonce

Inherits:
Object
  • Object
show all
Includes:
Cinch::Plugin
Defined in:
lib/openra/irc_bot/plugins/gaynonce.rb

Instance Method Summary collapse

Instance Method Details

#execute(m) ⇒ Object



9
10
11
12
13
14
15
16
17
# 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