repost/plugins/commands/jan.rb

9 lines
218 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]),
2014-04-28 07:01:45 +00:00
"małe",
2014-04-28 07:00:14 +00:00
File.readlines(Config[:commands][:jan][:nouns])
].join " "
}