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

by arcADE
Sun May 24, 2009 4:43 pm
Forum: Script Requests
Topic: Script challenge - Only for the serious scripters among us.
Replies: 7
Views: 3822

the ideea is interesting, but I do have a question, if you answer it I can script it. You've only covered the betting part, what about the matches, how are they scheduled (read from a file, generated random from a list of teams, etc)? The tcl part is actualy pretty easy, and posting it on a website ...
by arcADE
Sun May 24, 2009 4:11 pm
Forum: Script Support & Releases
Topic: Active Chatter v3.72.b by awyeah
Replies: 11
Views: 19106

for the halfop problem, it's easy enough to fix: replace line 279 if {[botisop $chan] && [onchan $nick $chan] && ![isop $nick $chan] && ![isvoice $nick $chan]} { with if {([botisop $chan] || [botishalfop $chan]) && [onchan $nick $chan] && ![isop $nick $chan] &...
by arcADE
Tue Jan 22, 2008 8:17 am
Forum: Script Requests
Topic: noreg script
Replies: 12
Views: 3988

fix for your problem: in a&a_01_a_core.tcl replace: if {![botonchan $chan] && ![string match {|[suU]} [a:command -level $comm]] && ![regexp -nocase -{^purge|comeback|templeave|xremuser|xban|xkick|stats|chaninfo|chanset|suspend|admins|list)$} $comm]} { with if {![botonchan $chan] ...
by arcADE
Tue Jan 08, 2008 5:47 am
Forum: Script Support & Releases
Topic: Chaninfo.tcl not work !delinfo
Replies: 2
Views: 3173

I have no ideea why but it seems to me like you want to wipe all the info which seems to be done via the !wipeinfo command
by arcADE
Tue Jan 08, 2008 5:42 am
Forum: Script Support & Releases
Topic: superbitch.tcl with on / off switch
Replies: 2
Views: 3234

here is a simple solution. add this to your eggdrop.conf setudef flag superbitch now change this line if {(($opped != $botnick) && ($nick != $opped) && ([onchan $nick $chan]) && (![wasop $opped $chan]) && (($sb_chans == "") || ([lsearch -exact $sb_chans [str...
by arcADE
Tue Jan 08, 2008 4:46 am
Forum: Script Requests
Topic: noreg script
Replies: 12
Views: 3988

yeah I didn't read the botlending forum for some time :P and it automaticaly got marked as read :P
by arcADE
Mon Jan 07, 2008 2:10 am
Forum: Script Requests
Topic: noreg script
Replies: 12
Views: 3988

I'll rewrite it these days if I have time. And no, I'm not retired, but I do not have enough free times these days.