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.

Can an eggdrop set +O ?

Old posts that have not been replied to for several years.
Locked
S
Shrekkie

Can an eggdrop set +O ?

Post by Shrekkie »

hey,

I have an eggdrop setup in our oper - channel and normally the channel needs to be +O of course..

Anyway, the eggdrop doesn't set modes on the channel.
I left out the .chan file in de eggdrop.conf, but that didn't help neither.

So,

Can an eggdrop set +O on a channel if he has an o-line ?
Why does my eggdrop refuses to set any channel mode ?

Thnx in advance ,
User avatar
Dedan
Master
Posts: 260
Joined: Wed Jul 09, 2003 10:50 pm
Location: Memphis

Post by Dedan »

If the bot is running, in DCC

.+chan #channel1
.chanset #channel1 chanmode +Onpst
.chansave


in the conf file (for new bot)

channel add #channel1 {
chanmode "+Onpst"
}
channel set #channel1 -enforcebans -dynamicbans

I am on Dalnet
I once was an intelligent young man, now i am old and i can not remember who i was.
User avatar
BarkerJr
Op
Posts: 104
Joined: Sun Mar 30, 2003 1:25 am
Contact:

Post by BarkerJr »

No, that is incorrect. chanmode won't accept +O (known bug; won't be fixed till 1.8 is released).

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

Re: Can an eggdrop set +O ?

Post by Sir_Fz »

Shrekkie wrote:[snip]
Why does my eggdrop refuses to set any channel mode ?

Thnx in advance
I guess chanmode won't help, the bot can't set modes at all.

did you try .dump mode #channel +modes ?
S
Shrekkie

Post by Shrekkie »

Hey guys,

I found a script, autooper.tcl, which I adapted to set the +O, he can op himself, etc ...

Well this .tcl baby works like a charm, but can be very powerfull...
If you're interested the tcl is on www.tclscript.com .

Greetz,
Locked