Ircamp. Connects IRC chat rooms to Campfire so messages flow between them.

github.com/defunkt/ircamp

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2009
  • transcript command
  • more descriptive comment
  • handle socket timeouts
  • add bot commands and the first two: `help` and `users`
  • irc bot responds to actions accordingly
  • implement campfire actions and join/part as ActionFilter
  • add PasteFilter for turning campfire pastes into urls
  • add `host` property to CampfireBot
  • announce transcript URL on join for easy history reviewing. closes #6
  • convert entities. closes #5
  • add twictures support to sent messages. closes #7
  • add twictures support to received messages
  • sounds like i actually want a staticmethod
  • add image and link message filters for converting campfire's html int…
  • require BeautifulSoup
  • add __str__ methods
  • log messages sent and received
  • join room on connect
  • add issues references to readme
  • add MIT license