This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 11 matches

by mr_fanatic
Tue Jul 20, 2010 6:05 pm
Forum: Eggdrop Help
Topic: Help: too many open files
Replies: 2
Views: 3171

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.
by mr_fanatic
Tue Jul 20, 2010 8:55 am
Forum: Eggdrop Help
Topic: Help: too many open files
Replies: 2
Views: 3171

Help: too many open files

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...
by mr_fanatic
Fri Jun 11, 2010 9:17 am
Forum: Script Requests
Topic: ping from bot
Replies: 7
Views: 6101

Sorry again. I found this script :)
### 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.
by mr_fanatic
Fri Jun 11, 2010 8:43 am
Forum: Script Requests
Topic: ping from bot
Replies: 7
Views: 6101

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
by mr_fanatic
Sat Aug 29, 2009 11:48 am
Forum: Script Requests
Topic: [Request/Resolved] SearchIRC Network Ranking
Replies: 4
Views: 3689

Thank you so much. Works perfect!! If anyone is interested in this tcl, usage is: .chanset #channel +network-rank
by mr_fanatic
Wed Aug 26, 2009 7:21 pm
Forum: Script Requests
Topic: script to autovoice nicks that ends with letter z
Replies: 8
Views: 4442

Fixed: Guest Devoice

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...
by mr_fanatic
Wed Aug 26, 2009 7:00 pm
Forum: Script Requests
Topic: script to autovoice nicks that ends with letter z
Replies: 8
Views: 4442

Guest kick

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...
by mr_fanatic
Wed Aug 26, 2009 3:23 pm
Forum: Script Requests
Topic: [Request/Resolved] SearchIRC Network Ranking
Replies: 4
Views: 3689

[Request/Resolved] SearchIRC Network Ranking

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 ...
by mr_fanatic
Sun Sep 02, 2007 7:25 am
Forum: Script Support & Releases
Topic: trivial.tcl html output
Replies: 4
Views: 4942

it works but gives output like this:

@nick1 @nick2 @nick3 +nick4 +nick4 etc.
by mr_fanatic
Fri Aug 31, 2007 4:16 am
Forum: Script Support & Releases
Topic: trivial.tcl html output
Replies: 4
Views: 4942

trivial.tcl html output

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...