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