[ heroina84 @ 14.01.2010. 17:31 ] @
Pozdrav,

može li mi neko reći da li postoji način da se sačuvaju postavljeni modovi kanala, tj. da se ne resetuju kada kanal ostane prazan?
[ zrachko @ 15.01.2010. 09:55 ] @
MLOCK

/msg ChanServ SET #channel MLOCK modes


Citat:
Sets the mode-lock parameter for the channel. ChanServ allows you to define certain channel modes to be always on (or off). The modes that can be locked are i, k, l, m, n, p, s, and t; each of these modes can be locked on, locked off, or not locked. The modes parameter is constructed exactly the same way as a /MODE command; that is, modes followed by a + are locked on, and modes followed by a - are locked off.

Warning: If you set a mode-locked key, as in the second example below, you should also set the RESTRICTED option for the channel, or anyone entering the channel when it is empty will be able to see the key!


Examples:

Code:
/msg ChanServ SET #channel MLOCK +nt-iklps

Forces modes n and t on, and modes i, k, l, p, and s off. Mode m is left free to be either on or off.

Code:
/msg ChanServ SET #channel MLOCK +knst-ilmp my-key


Forces modes k, n, s, and t on, and modes i, l, m, and p off. Also forces the channel key to be "my-key".

Code:
/msg ChanServ SET #channel MLOCK +


Removes the mode lock; all channel modes are free to be either on or off.