Difference between revisions of "Channel Management 102"

From Rizon Wiki
Jump to navigation Jump to search
Line 1: Line 1:
There are several things that you, as the founder, have control over after registering a channel. You can customize it and make it unique by messing around with the options, which can all be set through:
There are several things that you, as the founder, have control over after registering a channel. You can customize it and make it unique by messing around with the options, which can all be set through:


<code>/msg ChanServ SET #channel option parameters</code>
<code>/msg ChanServ SET <em>#channel</em> <em>option</em> <em>parameters</em></code>


This post is here to give you a basic idea of the most commonly used options.
This post is here to give you a basic idea of the most commonly used options.
Line 8: Line 8:
====Channel Successor====
====Channel Successor====


<code>/msg ChanServ SET #channel successor nick</code>
<code>/msg ChanServ SET <em>#channel</em> SUCCESSOR <em>nick</em></code>


By using this option, you can set someone as a successor to your channel, which means that him/her will become the new founder of the channel once your nick expires, or is dropped while the channel is still registered. Obviously, the nick entered into the command must be a registered one.
By using this option, you can set someone as a successor to your channel, which means that him/her will become the new founder of the channel once your nick expires, or is dropped while the channel is still registered. Obviously, the nick entered into the command must be a registered one.
Line 15: Line 15:
====Channel Password====
====Channel Password====


<code>/msg ChanServ SET #channel PASSWORD password</code>
<code>/msg ChanServ SET <em>#channel</em> PASSWORD <em>password</em></code>


This command is used to change the channel password used to identify as the founder of the channel.
This command is used to change the channel password used to identify as the founder of the channel.
Line 22: Line 22:
====Channel Description (Desc)====
====Channel Description (Desc)====


<code>/msg ChanServ SET #channel DESC description</code>
<code>/msg ChanServ SET <em>#channel</em> DESC <em>description</em></code>


This command is used to change the channel description that shows up with the info command.
This command is used to change the channel description that shows up with the info command.
Line 29: Line 29:
====Entry Message (Entrymsg)====
====Entry Message (Entrymsg)====


<code>/msg ChanServ SET #channel ENTRYMSG some message here</code>
<code>/msg ChanServ SET <em>#channel</em> ENTRYMSG <em>some message here</em></code>


This command sets the message which will be sent via /notice to every user entering the channel. If you'd like to delete the current entry message, enter the command without the parameter.
This command sets the message which will be sent via /notice to every user entering the channel. If you'd like to delete the current entry message, enter the command without the parameter.
Line 36: Line 36:
====SecureOps====
====SecureOps====


<code>/msg ChanServ SET #channel SECUREOPS On|Off</code>
<code>/msg ChanServ SET <em>#channel</em> SECUREOPS <em>on/off</em></code>


This command enables or disables the secure ops option for your channel. When it's set, users who are not on the userlist will not be allowed chanop status.
This command enables or disables the secure ops option for your channel. When it's set, users who are not on the userlist will not be allowed chanop status.
Line 43: Line 43:
====SecureFounder====
====SecureFounder====


<code>/msg ChanServ SET #channel SECUREFOUNDER On|Off</code>
<code>/msg ChanServ SET <em>#channel</em> SECUREFOUNDER <em>on/off</em></code>


This command enables or disables the secure founder option for your channel. When secure founder is set, only the real founder will be able to drop the channel, change its password, its founder and its successor, and not those who are simply identified with ChanServ. This option is enabled by default when a channel is registered.
This command enables or disables the secure founder option for your channel. When secure founder is set, only the real founder will be able to drop the channel, change its password, its founder and its successor, and not those who are simply identified with ChanServ. This option is enabled by default when a channel is registered.
Line 50: Line 50:
====SignKick====
====SignKick====


<code>/msg ChanServ SET #channel SIGNKICK On/Level/Off</code>
<code>/msg ChanServ SET <em>#channel</em> SIGNKICK <em>on/level/off</em></code>


This enables or disables signed kicks for a channel. When it's set, kicks issued via ChanServ will have the nick of the user that used the command, in the kick's reason.
This enables or disables signed kicks for a channel. When it's set, kicks issued via ChanServ will have the nick of the user that used the command, in the kick's reason.


If you use <code>Level</code>, those who have a level that is superior or equal the the signkick level on the channel won't have their kicks signed.
If you use <code>level</code>, those who have a level that is superior or equal the the signkick level on the channel won't have their kicks signed.




====TopicLock====
====TopicLock====


'''/msg ChanServ set #channel topiclock On|Off'''
<code>/msg ChanServ SET <em>#channel</em> TOPICLOCK <em>on/off</em></code>


This enables or disables the topic lock option for a channel. When it's set, ChanServ will not allow the channel topic to be changed except via the TOPIC command.
This enables or disables the topic lock option for a channel. When it's set, ChanServ will not allow the channel topic to be changed except via the <CODE>TOPIC</CODE> command.




Line 68: Line 68:
'''Think twice before using this command.''' It is used to set a new founder to the channel, and thus, '''you lose all ownership once you give it away to someone else'''. Keep in mind that once you transfer the ownership, it is NOT your channel anymore. With that said, the command is:
'''Think twice before using this command.''' It is used to set a new founder to the channel, and thus, '''you lose all ownership once you give it away to someone else'''. Keep in mind that once you transfer the ownership, it is NOT your channel anymore. With that said, the command is:


<code>/msg ChanServ SET #channel FOUNDER nick</code>
<code>/msg ChanServ SET <em>#channel</em> FOUNDER <em>nick</em></code>
 
Contributed by [[Kokizzzle]]

Revision as of 17:19, 25 September 2011

There are several things that you, as the founder, have control over after registering a channel. You can customize it and make it unique by messing around with the options, which can all be set through:

/msg ChanServ SET #channel option parameters

This post is here to give you a basic idea of the most commonly used options.


Channel Successor

/msg ChanServ SET #channel SUCCESSOR nick

By using this option, you can set someone as a successor to your channel, which means that him/her will become the new founder of the channel once your nick expires, or is dropped while the channel is still registered. Obviously, the nick entered into the command must be a registered one.


Channel Password

/msg ChanServ SET #channel PASSWORD password

This command is used to change the channel password used to identify as the founder of the channel.


Channel Description (Desc)

/msg ChanServ SET #channel DESC description

This command is used to change the channel description that shows up with the info command.


Entry Message (Entrymsg)

/msg ChanServ SET #channel ENTRYMSG some message here

This command sets the message which will be sent via /notice to every user entering the channel. If you'd like to delete the current entry message, enter the command without the parameter.


SecureOps

/msg ChanServ SET #channel SECUREOPS on/off

This command enables or disables the secure ops option for your channel. When it's set, users who are not on the userlist will not be allowed chanop status.


SecureFounder

/msg ChanServ SET #channel SECUREFOUNDER on/off

This command enables or disables the secure founder option for your channel. When secure founder is set, only the real founder will be able to drop the channel, change its password, its founder and its successor, and not those who are simply identified with ChanServ. This option is enabled by default when a channel is registered.


SignKick

/msg ChanServ SET #channel SIGNKICK on/level/off

This enables or disables signed kicks for a channel. When it's set, kicks issued via ChanServ will have the nick of the user that used the command, in the kick's reason.

If you use level, those who have a level that is superior or equal the the signkick level on the channel won't have their kicks signed.


TopicLock

/msg ChanServ SET #channel TOPICLOCK on/off

This enables or disables the topic lock option for a channel. When it's set, ChanServ will not allow the channel topic to be changed except via the TOPIC command.


Founder (Warning!)

Think twice before using this command. It is used to set a new founder to the channel, and thus, you lose all ownership once you give it away to someone else. Keep in mind that once you transfer the ownership, it is NOT your channel anymore. With that said, the command is:

/msg ChanServ SET #channel FOUNDER nick