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.

rejoin scrip for higher security ?

Old posts that have not been replied to for several years.
Locked
b
bester

rejoin scrip for higher security ?

Post by bester »

hi guys i just thought it would be much safer for my chan if my eggy would have a "rejoin"script :
i only have one eggy and when someone deops him.... fun is over but since my bnc is set to allways op him on join, i would like to know i there is a rejoin script for an eggy?

the script sould do the following:

set -b eggdrop when baned and rejoin the chan when deopt

i would be very happy to have such a script, but i cant find one

thx for your help
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

hmmm

Post by De Kus »

i have a better solution, configer your BNC to let the bot request for op:

Code: Select all

/ADDOP <pass> :*!bots@hostmark
then go to partyline and

Code: Select all

.chanset #channel need-op { putserv "PRIVMSG [hand2nick <yourhand>] :OP <pass> #channel" }
this will protect the bot from excluding himself if someone deops your bot and sets +i or a ban.
b
bester

Post by bester »

thx that was exactly the thing i wanted
b
bester

Post by bester »

De Kus
i dont know what i have to fill in :|

could you please tell me ?

[hand2nick <yourhand>] what is hand2nick and what is <yourhand> ?

and which pass do you mean? the botaccess pw ?

thx for your help
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

myself from pm wrote:<yourhand> has to be replaced with your handle name of the bot, which has the hostmarks set to accknowlege your bnc as you.
<pass> kann be anything, set it to something like youdontwannaknow or nhBW682H. only thing, they should be both the same :).
Locked