From c3d87526c5e9ba11376c2b2cd9b7f7a9e993ea32 Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Sun, 27 Apr 2014 22:21:14 +0200 Subject: [PATCH] hmm. --- plugins/commands/papiez.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/commands/papiez.rb b/plugins/commands/papiez.rb index a2eba3b..d6b8fa2 100644 --- a/plugins/commands/papiez.rb +++ b/plugins/commands/papiez.rb @@ -1,3 +1,4 @@ Client.register_command("papiez") { |args| - Config[:commands][:papiez][:noun] + File.readlines(Config[:commands][:papiez][:adjectives]).sample + Config[:commands][:papiez][:noun] + + File.readlines(Config[:commands][:papiez][:adjectives]).sample }