#23-03 [IRC,Twitter]tiarra+TwitterIrcGateway(TIG)でハマる
どうもTIGの発言にIRCの発言が混ざったりchにjoinできないことがあったりしたのだが…
Twitter上で作者様にアドバイスをもらって tiarra.conf を
tw {
host: localhost
port: 16668
user: sharlm
name: sharlm
password: password
in-encoding: utf8
}
と in-encoding: utf8 を追記してみたら解決した感じ。助かりました。
追記:
tw {
host: localhost
port: 16668
user: sharlm
name: sharlm
password: password
out-encoding: utf8
in-encoding: utf8
}
と全て UTF-8 で処理することにした。もちろんTIGの起動オプションは --encoding=utf-8 である。