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.

how to op a bot with chanserv

General support and discussion of Eggdrop bots.
Post Reply
c
chunkster
Voice
Posts: 7
Joined: Mon Apr 20, 2009 2:53 pm

how to op a bot with chanserv

Post by chunkster »

Hi how do I going about have my bot be op by chanserv when it when joins a channel
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Usually the services automatically do that when your bot joins. However, what you're looking for is need-op:

Code: Select all

.chanset #channel need-op putserv "ChanServ :op #channel $botnick"
c
chunkster
Voice
Posts: 7
Joined: Mon Apr 20, 2009 2:53 pm

Post by chunkster »

hi were do I put this code I've tryed put in the partyline but checking the bot logs I get an error as follows [15:51] Tcl error in script for 'need-op': [15:51] can't read "Blondbint": no such variable
D
DaRkOoO
Halfop
Posts: 67
Joined: Sat Sep 27, 2008 7:27 am

Post by DaRkOoO »

You just need to type that in dcc/partyline..
c
chunkster
Voice
Posts: 7
Joined: Mon Apr 20, 2009 2:53 pm

Post by chunkster »

I've put it in the partyline but getting an tcl error
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Where did "Blondbint" come from? what exactly did you type?
c
chunkster
Voice
Posts: 7
Joined: Mon Apr 20, 2009 2:53 pm

Post by chunkster »

well I changed the #channel to the channel i'm on and the $botnick to my bots name I'm a noob you see
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Did you remove the $ in front of botnick when changing?

You'd probably be best off leaving $botnick as is, as it will be replaced with whatever your bots current nickname is. Otherwize, make sure you write the botname litterary without any $.
NML_375
c
chunkster
Voice
Posts: 7
Joined: Mon Apr 20, 2009 2:53 pm

Post by chunkster »

now that I've put this in the party well my bot be op every time it joins
c
chunkster
Voice
Posts: 7
Joined: Mon Apr 20, 2009 2:53 pm

Post by chunkster »

or sorted now thanks
Post Reply