$ scala -version 2.9.0.RC1 使用ライブラリ PircBot 1.5.0 http://www.jibble.org/pircbot.php HatoChanBot.scala import scala.xml._ import java.io._ import org.jibble.pircbot._ object HatoChanBot { def main(args: Array[String]) { val bot = new HatoChan bot.init bot.setAlreadyPosted(load(Conf.DAT_FILE_NAME)) while (true) { save(Conf.DAT_FILE_NAME, bot.crawl) Thread.sleep(Conf.CRAWL_INTERVAL) } } // deserialize