From f82ba8af0797806e08ab608d931e265ef97046d5 Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Tue, 24 Mar 2015 01:32:05 +0100 Subject: [PATCH] permanently add :pick command, finally. --- plugins/commands/pick.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/commands/pick.rb 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 +}