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.

Bots and Bouncers

Old posts that have not been replied to for several years.
Locked
F
Feanixxx
Voice
Posts: 23
Joined: Sun Jul 27, 2003 11:30 am

Bots and Bouncers

Post by Feanixxx »

Hi

I have a psyBNC bouncer and an eggdrop bot on a private channel for my family.

I have set the bouncer to ask the bot for ops if it loses ops during a split - no probs there.

My question is: Is it possible to get the bot to ask the bouncer for ops when it joins the channel or rejoins?

Thanks to all that reply
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

see the need-op option in your .conf
if u are admin:
.chanset #channel need-op putserv "PRIVMSG nick :bla bla"

this will make the bot ask for ops whenever is not oped.
F
Feanixxx
Voice
Posts: 23
Joined: Sun Jul 27, 2003 11:30 am

Post by Feanixxx »

Thank you :) I shall try that.
F
Feanixxx
Voice
Posts: 23
Joined: Sun Jul 27, 2003 11:30 am

Post by Feanixxx »

Hmmm, not quite working ....

How do I put quotes within quotes in the CONF file?

My boucer expects as message in the following format:

PRIVMSG BouncerNick op Password #Channel

however, when I use:

need-op { putserv "PRIVMSG BouncerNick op Password #Channel" }

the bot only sends the word "op" to BouncerNick

What I need is something like:

need-op { putserv "PRIVMSG BouncerNick "op Password #Channel"" }

Any clues?

Thanks
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

.chanset #channel need-op putserv "PRIVMSG BouncerNick :op Password #Channel"

need-op { putserv "PRIVMSG BouncerNick :op Password #Channel" }

I included the ":" in my first post.

EDIT:note that :o is : + o
F
Feanixxx
Voice
Posts: 23
Joined: Sun Jul 27, 2003 11:30 am

Post by Feanixxx »

Yes, the mistake was mine ( /me is dumb! )

That works fine, many thanks :)
Locked