diff --git a/plugins/commands/pick.rb b/plugins/commands/pick.rb new file mode 100644 index 0000000..8290046 --- /dev/null +++ b/plugins/commands/pick.rb @@ -0,0 +1,3 @@ +Client.register_command("pick") { |args| + args.sample +}