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.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Zerg
Halfop
Posts: 49 Joined: Sat May 20, 2006 10:03 am
Post
by Zerg » Thu Apr 24, 2008 11:23 pm
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.
Sir_Fz
Revered One
Posts: 3794 Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:
Post
by Sir_Fz » Fri Apr 25, 2008 5:19 am
Try
Code: Select all
bind evnt - init-server check:ident
proc check:ident type {
if {[string match *!~*@* $::botname]} {
jump
}
}
metroid
Owner
Posts: 771 Joined: Wed Jun 16, 2004 2:46 am
Post
by metroid » Fri Apr 25, 2008 3:07 pm
you should add something so the bot doesn't connect over and over if oidentd fails completely.