master
Robert Gerus 2014-04-28 09:01:45 +02:00
parent 6c3b524208
commit 8dfdea9cf2
1 changed files with 1 additions and 1 deletions

View File

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