diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2014-04-28 09:01:45 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2014-04-28 09:01:45 +0200 |
commit | 8dfdea9cf2436febbe3ea4e0280b0ab815d2a21f (patch) | |
tree | 5844777ee56dab9969050618fa74dbfdda720a3d | |
parent | 6c3b524208479ba8b40cebe13e64c5a21c1f9a28 (diff) | |
download | repost-8dfdea9cf2436febbe3ea4e0280b0ab815d2a21f.tar.gz repost-8dfdea9cf2436febbe3ea4e0280b0ab815d2a21f.tar.bz2 repost-8dfdea9cf2436febbe3ea4e0280b0ab815d2a21f.tar.xz repost-8dfdea9cf2436febbe3ea4e0280b0ab815d2a21f.zip |
typo…
-rw-r--r-- | plugins/commands/jan.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 " " } |