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.

eggdrop unban problem

Old posts that have not been replied to for several years.
Locked
a
angang

eggdrop unban problem

Post by angang »

when someone kickban my eggdrop , it'll automatically /chanserv unban , but it takes quite a long time to rejoin back , why ?

is there any option to make it /chanserv unban and rejoin back to the chan asap ?

thanks :)
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Your running a tcl script that send commands to chanserv, so you should be looking at that.
a
angang

Post by angang »

or perhaps u can suggest me any tcl scripts , which can make the bot to unban itself when banned, and rejoin the chan immediately ? thanks :)
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Go to the TCL Archive on this page and search for 'chanserv'
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

putquick "JOIN #channel"
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
a
angang

Post by angang »

dollar , how can i use in conjunction with need-unban ? thanks
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Normally when u use something like dynamic channel settings
and set need-unban this happens.

putquick "PRIVMSG chanserv@services.dal.net :UNBAN $chan $botnick"

The auto rejoin timer built within self to the bot and you would have to modify the source then recompile it for this. I tried but I couldn't find where these timers are located in the .c files. Also modifying them can cause problems so I suggest you leave them alone.

You can try like adding a command like putserv "JOIN $chan" after
the need ban command followed by a semi-colen (;), that might work
if not. Or maybe you can use tcl scripts.. but that wouldnt really affect this as much, would almost be the same.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked