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

by KiMoW
Tue Jan 19, 2010 7:09 pm
Forum: Script Requests
Topic: somebody can help me please ?
Replies: 11
Views: 7197

yup :p thank you
by KiMoW
Tue Jan 19, 2010 6:31 pm
Forum: Script Requests
Topic: somebody can help me please ?
Replies: 11
Views: 7197

proc mode:force_unban {nick uhost hand chan mode {target ""}} { global botnick if {$nick == Lea} {return} else { if {$target == ""} { set target "$botnick" } if {![regexp {^~(c|r)} $target]} { timer 30 [list pushmode $chan -b $target] return } } } bind mode -|- "*...
by KiMoW
Mon Jan 18, 2010 8:38 pm
Forum: Script Requests
Topic: somebody can help me please ?
Replies: 11
Views: 7197

when i do the chan info i have that the ban time is setted to 30 min but when i ban it doesn't remove it.

Blake i don't wanna put the +b i wanna remove it
by KiMoW
Mon Jan 18, 2010 3:27 pm
Forum: Script Requests
Topic: somebody can help me please ?
Replies: 11
Views: 7197

yup i know but no results
by KiMoW
Mon Jan 18, 2010 3:02 pm
Forum: Script Requests
Topic: somebody can help me please ?
Replies: 11
Views: 7197

i know i already tried but without results so i'm triying to do it at a tcl code that i will put at the eggdrop
by KiMoW
Mon Jan 18, 2010 4:26 am
Forum: Script Requests
Topic: somebody can help me please ?
Replies: 11
Views: 7197

somebody can help me please ?

bind mode - "*+b" Rem_ban


proc Rem_Ban { nick host hand chan mode target } {
if {$nick != Lea} {
set banmask $target
timer 30 [list putquick "MODE $chan -b $target" ]
}
}


the base is that if one user ban someone the eggdrop will remove the ban after 30 min