From 8dfdea9cf2436febbe3ea4e0280b0ab815d2a21f Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Mon, 28 Apr 2014 09:01:45 +0200 Subject: [PATCH] =?UTF-8?q?typo=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/commands/jan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/jan.rb b/plugins/commands/jan.rb index 64318ef..ea5b596 100644 --- a/plugins/commands/jan.rb +++ b/plugins/commands/jan.rb @@ -2,7 +2,7 @@ Client.register_command("jan") { |args| [ "Jan Paweł II", File.readlines(Config[:commands][:jan][:verbs]), - "małe" + "małe", File.readlines(Config[:commands][:jan][:nouns]) ].join " " }