Class: Openra::IRCBot::Plugins::Na

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

Instance Method Summary collapse

Instance Method Details

#execute(m) ⇒ Object



9
10
11
12
13
14
# File 'lib/openra/irc_bot/plugins/na.rb', line 9

def execute(m)
  m.reply <<-QUOTE.strip.gsub(/\s+/, ' ')
    Thus, ergo, concordantly, I must declare that I have won this
    argument with my rebbutal of no substance
  QUOTE
end