Any way to deop the first user in a channel?

These are old archives. They are kept for historic purposes only.
Post Reply
nomadjourney

Any way to deop the first user in a channel?

Post by nomadjourney »

Hi there,

I was wondering if there is a way to make sure that the first user who joins a channel is not automatically made the operator? Right now, I have the following modes set in unrealircd.conf:

Code: Select all

modes-on-connect "+G";
modes-on-join "+Gnt";
modes-on-oper "+xwgsfF";
snomask-on-oper "+sefG";
restrict-usermodes "ixwGvoh";
oper-auto-join "#support";
Thanks!
lord2800
Posts: 22
Joined: Sun Mar 07, 2004 3:49 am
Location: root: /dev/null

Post by lord2800 »

I believe this can be done by services, by registering the channel.
Post Reply