Class: Botbckt::Snack

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

Overview

Feeds the bot a tasty treat.

Inspired by Clojurebot: github.com/hiredman/clojurebot

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



11
12
13
# File 'lib/botbckt/commands/snack.rb', line 11

def call(sender, channel, *args)
  say 'nom nom nom', channel
end