This is a simple ruby script to convert Colloquy's awful XML logs (.colloquyTranscript) to plain text (.txt).

Installation

  1. gem install colloquy_log_to_text
  2. Done!

Usage

  1. colloquy_log_to_text log.colloquyTranscript
  2. Plain text log will be in the file named log.txt

Development

  1. Fork
  2. Edit
  3. rake
  4. Submit pull request