summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/commands/papiez.rb2
1 files changed, 1 insertions, 1 deletions
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
}