permanently add :pick command, finally.
This commit is contained in:
parent
bfc4de5680
commit
f82ba8af07
1 changed files with 3 additions and 0 deletions
3
plugins/commands/pick.rb
Normal file
3
plugins/commands/pick.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
Client.register_command("pick") { |args|
|
||||
args.sample
|
||||
}
|
Loading…
Reference in a new issue