master
Robert Gerus 2014-04-28 09:07:56 +02:00
parent 8dfdea9cf2
commit aea255418f
1 changed files with 4 additions and 4 deletions

View File

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