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.

channel modes not forced? ;/

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

channel modes not forced? ;/

Post by bz »

Hi all,

I've experimented a bit with running my own eggdrop a few moths ago.
I decided to set up an 'permanent' eggdrop now on Quakenet.
I followed the instructions and went tru the complete config file. The eggdrop is online now and most things work fine as far as i can see ;)

One thing which doesn't work, is the channelmodes i specify aren't set.
I read the forum posts, but no solution yet. (The bot is on 3 channels btw)

Here is how it looks basically :

Code: Select all

channel add #mychan {
  chanmode "+nt-sklimp"
  ...
  ...
}

channel add #mychan.pv {
  chanmode "+ntskl-imp"
  ...
  ...
}
Is there something wrong here?
Or are there other settings needed to force channel modes?

Hope someone can help me out on this!

bz
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

you can issue the partyline command
.chanset #chan chanmode +nt-i

this will not allow for +i, and will always set +nt.
photon?
Locked