Thank you for the reply, after looking at the tcl loaded, the error comes from OTBN.tcl 2.3 by Overtech Technologies and the error it gives was on onjoin_out function. But i have no idea how to fixed it.
Hello, On the shell the bot automatically create a new file on which the channel it is on (currently 3). example: eggdrop.#chan1 eggdrop.#chan2 eggdrop.#chan3 My problem is that on the DCC chat it says "too many open files.. cannot write user file". Is there any settings on the config whic...
### eggping.tcl v1.0.6, 27 December 2003
### by Graeme Donaldson
### (Souperman @ #eggdrop @ Undernet)
### Visit http://www.eggdrop.za.net/ for updates and other Tcl scripts.
Sorry to bump this old thread, but i was just wondering if there is any chance i could find the Ping1.3 by Sir_FZ. Because the link to 4shared is broken. Thanks
Okay, after several trial and errors i've finally manage to make it work :P. For users interested usage is: .chanset #channel +guestdevoice setudef flag guestdevoice bind nick - * guestchangenick proc guestchangenick {nick host hand chan newnick} { if {![channel get $chan guestdevoice]} { return } i...
i modify the above code so that when a users nick change to Guest7834 or Guest???? it will devoice them. but it doesnt work. please help. setudef flag voicenick bind nick - * guestchangenick proc guestchangenick {nick host hand chan newnick} { if {![channel get $chan voicenick]} { return } if {!([st...
It would be lovely if anyone can code it like this: <mr_fanatic> !rank Dalnet <eggdrop> Dalnet ranked #6 out of 5,402 <mr_fanatic> !rank Undernet <eggdrop> Undernet ranked #2 out of 5,402 Info page: http://searchirc.com/rank/undernet If its too complex, a display for only one network will be lovely ...
Greetings egg lovers, I've been using this tcl (trivia.tcl v1.3.4 by Graeme Donaldson) for 2 years and works perfectly fine till now. But i have problem regarding the HTML output generated by the tcl. When generating, it gives the output mixing the @ops, normal ops and voices nick. What i mean is, h...