Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:macournoyer/scout
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelnox committed Feb 26, 2009
2 parents 788e3bf + 3e08b00 commit 631630a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/scout/commands/is.rb
@@ -0,0 +1,12 @@
module Scout
module Commands
class Is < Scout::Command
trigger :is
help "Ask anything!"

def process
speak "#{from}: yes"
end
end
end
end

0 comments on commit 631630a

Please sign in to comment.