Skip to content

Commit

Permalink
allow one off mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
hartzler committed Feb 8, 2013
1 parent b0859be commit 70c40d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/mock/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
command do
description "Makes the bot mock a poor soul..."

action do
action do
config.insults.sample
end

action :list do
"Currently mocking #{mockers.inspect}."
end

Expand Down

0 comments on commit 70c40d2

Please sign in to comment.