Jan… xD

master
Robert Gerus 2014-04-28 09:00:14 +02:00
parent 458de6ca82
commit 6c3b524208
1 changed files with 8 additions and 0 deletions

8
plugins/commands/jan.rb Normal file
View File

@ -0,0 +1,8 @@
Client.register_command("jan") { |args|
[
"Jan Paweł II",
File.readlines(Config[:commands][:jan][:verbs]),
"małe"
File.readlines(Config[:commands][:jan][:nouns])
].join " "
}