master
Robert Gerus 2014-04-27 22:22:53 +02:00
parent c3d87526c5
commit 158bbafd9d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Client.register_command("papiez") { |args|
Config[:commands][:papiez][:noun] +
Config[:commands][:papiez][:noun] + " " +
File.readlines(Config[:commands][:papiez][:adjectives]).sample
}