diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2014-04-27 22:22:53 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2014-04-27 22:22:53 +0200 |
commit | 158bbafd9deee64041dafd2968637458aedce831 (patch) | |
tree | ab24959ae140784aa40799c2154a856aed36a4fd | |
parent | c3d87526c5e9ba11376c2b2cd9b7f7a9e993ea32 (diff) | |
download | repost-158bbafd9deee64041dafd2968637458aedce831.tar.gz repost-158bbafd9deee64041dafd2968637458aedce831.tar.bz2 repost-158bbafd9deee64041dafd2968637458aedce831.tar.xz repost-158bbafd9deee64041dafd2968637458aedce831.zip |
ups.
-rw-r--r-- | plugins/commands/papiez.rb | 2 |
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 } |