whoops.
This commit is contained in:
parent
80002dff7f
commit
48ae14589d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
Client.register_command("jan") { |args|
|
||||
if not args[0].nil? then
|
||||
if args[0].force_encoding("UTF-8") =~ /ał$/ then
|
||||
if args[0].force_encoding("UTF-8") =~ /[euioa]ł$/ then
|
||||
predicate = args[0]
|
||||
object = File.readlines(Config[:commands][:jan][:object]).sample.strip
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue