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.

Reconnect on identlost ?

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
Z
Zerg
Halfop
Posts: 49
Joined: Sat May 20, 2006 10:03 am

Reconnect on identlost ?

Post by Zerg »

Hello gives a option for eggdrop that the bot reconnect when it have ident lost ( a ~ in front of the ident )
I use oidentd to fake the ident from the eggdrop but sometime bot connects with the ~ in front of the ident.

thank you very much for help.
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Try

Code: Select all

bind evnt - init-server check:ident

proc check:ident type {
 if {[string match *!~*@* $::botname]} {
  jump
 }
}
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

you should add something so the bot doesn't connect over and over if oidentd fails completely.
Post Reply