diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2014-04-28 09:07:56 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2014-04-28 09:07:56 +0200 |
commit | aea255418f147729e00203930e23bcb44c9d7fd4 (patch) | |
tree | 818a10e62bf0b9da645a9e3e8ac16009d3f367b5 | |
parent | 8dfdea9cf2436febbe3ea4e0280b0ab815d2a21f (diff) | |
download | repost-aea255418f147729e00203930e23bcb44c9d7fd4.tar.gz repost-aea255418f147729e00203930e23bcb44c9d7fd4.tar.bz2 repost-aea255418f147729e00203930e23bcb44c9d7fd4.tar.xz repost-aea255418f147729e00203930e23bcb44c9d7fd4.zip |
whoops.
-rw-r--r-- | plugins/commands/jan.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/commands/jan.rb b/plugins/commands/jan.rb index ea5b596..032ee2e 100644 --- a/plugins/commands/jan.rb +++ b/plugins/commands/jan.rb @@ -1,8 +1,8 @@ Client.register_command("jan") { |args| [ - "Jan Paweł II", - File.readlines(Config[:commands][:jan][:verbs]), - "małe", - File.readlines(Config[:commands][:jan][:nouns]) + Config[:commands][:jan][:subject], + File.readlines(Config[:commands][:jan][:predicates]), + Config[:commands][:jan][:attribute], + File.readlines(Config[:commands][:jan][:object]) ].join " " } |