permanently add :pick command, finally.

This commit is contained in:
Robert Gerus 2015-03-24 01:32:05 +01:00
parent bfc4de5680
commit f82ba8af07

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

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