diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2014-04-27 22:21:14 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2014-04-27 22:21:14 +0200 |
commit | c3d87526c5e9ba11376c2b2cd9b7f7a9e993ea32 (patch) | |
tree | fdee367f31f6c193ff30d5ca52ac8105c5283a52 | |
parent | 588e4fd6fd808d4615e42f00f098d12a77eec2b3 (diff) | |
download | repost-c3d87526c5e9ba11376c2b2cd9b7f7a9e993ea32.tar.gz repost-c3d87526c5e9ba11376c2b2cd9b7f7a9e993ea32.tar.bz2 repost-c3d87526c5e9ba11376c2b2cd9b7f7a9e993ea32.tar.xz repost-c3d87526c5e9ba11376c2b2cd9b7f7a9e993ea32.zip |
hmm.
-rw-r--r-- | plugins/commands/papiez.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |