From 6c3b524208479ba8b40cebe13e64c5a21c1f9a28 Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Mon, 28 Apr 2014 09:00:14 +0200 Subject: [PATCH] =?UTF-8?q?Jan=E2=80=A6=20xD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/commands/jan.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/commands/jan.rb 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 " " +}