summaryrefslogtreecommitdiff
path: root/data/rbot
diff options
context:
space:
mode:
authorDmitry Kim <dmitry point kim at gmail point com>2007-04-26 21:14:53 +0000
committerDmitry Kim <dmitry point kim at gmail point com>2007-04-26 21:14:53 +0000
commita2e8fbf19bf49b75d1f1edee82880e0f2643aa5d (patch)
treeb0a2b1b82e0731e0efe67a4867518b8df77e537e /data/rbot
parentb40ac172a32b71f1edc4e8b5992a4844e8eb6678 (diff)
* (plugins/unicode) partially revering previous partial revert (yeah, i know). srsly, this time i hope we got it right.
Diffstat (limited to 'data/rbot')
-rw-r--r--data/rbot/plugins/unicode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/unicode.rb b/data/rbot/plugins/unicode.rb
index 5cb587b6..3c0cd396 100644
--- a/data/rbot/plugins/unicode.rb
+++ b/data/rbot/plugins/unicode.rb
@@ -33,7 +33,7 @@ class UnicodePlugin < Plugin
o = oenc.dup
o += '//ignore' if !o.include?('/')
i = iencs[0].dup
- i += '//ignore' if !i.include?('/')
+ # i += '//ignore' if !i.include?('/')
@iencs = iencs.dup
@iconvs = @iencs.map { |_| Iconv.new('utf-8', _) }
debug "*** o = #{o}, i = #{i}, iencs = #{iencs.inspect}"