Trac TCL for eggdrop

I’ve recently had some fun installing Trac project management software on CentOS5.

After finally getting it successfully installed and setup I decided to have a play around with a TCL script for eggdrop.

This eggdrop script will allow you to return ticket information from Trac to an IRC channel.

However, the EggdropTicketInfoIntegration trac.tcl originally written by mvanbaak for Trac v0.10 back in 2007 had become heavily outdated.

Of course, I decided to step up to the mark and make a few improvements to the script…

# 0.1   – almost a complete rewrite
#       – removed flood control, not needed
#       – removed curl support, outdated
#       – added dcc command
#       – improved header
#       – improved channel flag check
#       – fixed regex patterns
#       – fixed spelling errors
#       – added customisation settings
#       – improved package checking
#       – improved debugging
#       – added not found error
#       – added basic authorization support
#       – fixed syntax errors

Anyway, it seems to work pretty well now and I have a few improvements I’m looking to implement in the future.

Here’s the download:

  • trac.tcl

Enjoy!

Related posts:

  1. eggdrop tcl These are TCL scripts I have created for eggdrop. License...
  2. Seen script for mIRC updated Looking for someone? huh? Well, look no further, this script...
  3. TinySong TCL script for Eggdrop If you’ve not heard of TinySong, you’re missing out! TinySong...
  4. Universal Currency Converter TCL for Eggdrop This is a currency converter written in TCL for Eggdrop,...

Leave a Comment