diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2014-04-28 09:00:14 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2014-04-28 09:00:14 +0200 |
commit | 6c3b524208479ba8b40cebe13e64c5a21c1f9a28 (patch) | |
tree | 17ae496c93af50f2cda8921f8abe4bafae8feada | |
parent | 458de6ca82ad47feab2cc31372928d1ef7ce693d (diff) | |
download | repost-6c3b524208479ba8b40cebe13e64c5a21c1f9a28.tar.gz repost-6c3b524208479ba8b40cebe13e64c5a21c1f9a28.tar.bz2 repost-6c3b524208479ba8b40cebe13e64c5a21c1f9a28.tar.xz repost-6c3b524208479ba8b40cebe13e64c5a21c1f9a28.zip |
Jan… xD
-rw-r--r-- | plugins/commands/jan.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/commands/jan.rb b/plugins/commands/jan.rb new file mode 100644 index 0000000..64318ef --- /dev/null +++ b/plugins/commands/jan.rb @@ -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 " " +} |