irclog core module: double-percent the {where} in irclog.filename_format
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 8 Aug 2008 08:18:24 +0000 (10:18 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 8 Aug 2008 08:18:24 +0000 (10:18 +0200)
commite862f8f2627f2a53ca46a72d351b3614d5406262
tree9c0d1751898fe321066db6ffc07132f9d2cb94a8
parentc710eee9589a2ca2ab9c307b29efb5cfd0ee175a
irclog core module: double-percent the {where} in irclog.filename_format

strftime in Ruby versions before 1.8.7 gobbles % which are not part of a
known format directives, so %{where} must be double-escaped into
%%{where}.
lib/rbot/core/irclog.rb