repost/plugins/commands/jan.rb

9 lines
217 B
Ruby
Raw Normal View History

2014-04-28 07:00:14 +00:00
Client.register_command("jan") { |args|
[
"Jan Paweł II",
File.readlines(Config[:commands][:jan][:verbs]),
"małe"
File.readlines(Config[:commands][:jan][:nouns])
].join " "
}