Right, I decided (and a bit of boredom) I was going to update the bgexec.mod, originally meant for eggdrop 1.3.x, to the latest 1.6.x series. After going through every error with a fine-tooth comb, there's all but one error left which I have no idea how to fix. The problem occurs when I use the Tcl ...
set $filename = "data.txt" // Change to filename of data file
set $fs [open $filename r]
gets $fs text
close $fs
set mylist [split $text "*"]
set myrandomtext [lindex $mylist [expr [rand [llength $mylist]] + 1]]
If anyone has heard (or used) of PvPGN (www.pvpgn.org), I was just wondering if anyone has managed to get an eggdrop to connect to it. In the latest builds, an IRC feature has been implemented, which basically allows you to logon to the server's chat channels without having to via a Blizzard game. I...
I've been messing with the split, lindex and all the other tcl functions, but have yet been unable to successfully make it so it auto-voices someone whenever they join when their nick is "ENG|nick". Any tips would be greatly appreciated please
Ok, my "wonderful" botnet which i've set up works fine, but I want to share the userfiles between bots. I have a hub bot, and a couple of leaf bots, set up as follows:- (on leaf bots) .botattr Hub +ghp (on hub bot) .botattr Leaf +gs As you can see, it's set up for userfile sharing with the...