Class: Botbckt::Meme

Inherits:
Command show all
Defined in:
lib/botbckt/commands/meme.rb

Overview

Grabs the first boxofjunk meme and returns output in-channel:

< user> ~meme
< botbckt> THIS IS LARGE. I CAN TELL BY THE DRINKS, AND FROM HAVING SEEN A LOT OF DRAGONS IN MY DAY.

Instance Method Summary collapse

Methods inherited from Command

create!, #get, #increment!, #say, say, #set, trigger

Methods included from Utilities

#freenode_split

Instance Method Details

#call(sender, channel, *args) ⇒ Object



12
13
14
# File 'lib/botbckt/commands/meme.rb', line 12

def call(sender, channel, *args)
  say meme, channel
end