Problem is, I hate Java, and would rather not have any Java applications running on my public facing server. So I've already replaced the IRC server itself, and I'm in the process of replacing all of the functionality of the bot that we used, and I've landed on using Eggdrop for that purpose.
Most of the functionality is already replaced, and some of it just needs tweaking (like getting the alarms working for when it's time to get out of the office, but I can work on that.)
The one that I haven't been able to find any replacement for is the 'actions' portion.
We had functions like ~addaction, ~dspactions, ~delactions. These would, as one would assume, add an action, display the actions, and delete actions.
The actions were created as such;
Code: Select all
~addaction <action name> <text for action> {1} {2}
Then you'd type 'kick slaapliedje balls' and the bot would then do an action of 'kicks slaapliedje hard in the balls, until slaapliedje bleeds from the balls'.
We had all sorts of fun with this, as you can imagine.
I have found the Completely Useless Fun Script (cufs.tcl) script from the tcl archive here, but I don't see a way to do nick names, and it also looks in the entire text input rather than just the first word (which does cause a lot of hilarity, but when someone decides to put 'the' or 'and' into it, it gets really annoying really quickly.
Any suggestions on a script already created? I'm just starting to try to get into programming myself, but tcl is probably going to be pretty far down on my list of things to learn, but I can usually read through code and see what it's trying to do.
Thanks for any help or input.
slaapliedje