permanently add :pick command, finally.

master
Robert Gerus 2015-03-24 01:32:05 +01:00
parent bfc4de5680
commit f82ba8af07
1 changed files with 3 additions and 0 deletions

3
plugins/commands/pick.rb Normal file
View File

@ -0,0 +1,3 @@
Client.register_command("pick") { |args|
args.sample
}