Difference between revisions of "Channel Registration"

From DarkWorld Network
Jump to navigation Jump to search
(Created page with "ChanServ allows you to register and control various aspects of channels. ChanServ can often prevent malicious users from "taking over" channels by limiting who is allowed chan...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
ChanServ allows you to register and control various aspects of channels. ChanServ can often prevent malicious users from "taking over" channels by limiting who is allowed channel operator privileges. Available commands are listed below; to use them, type /msg ChanServ command. For more information on a specific command, type /msg ChanServ HELP command
ChanServ allows you to register and control various aspects of channels. ChanServ can often prevent malicious users from "taking over" channels by limiting who is allowed channel operator privileges. Available commands are listed below; to use them, type /msg ChanServ command. For more information on a specific command, type /msg ChanServ HELP command


'''Note that any channel which is not used for 90 days (i.e. which no user on the channel's access list enters for that period of time) will be automatically dropped.'''<syntaxhighlight>
'''Note that any channel which is not used for 90 days (i.e. which no user on the channel's access list enters for that period of time) will be automatically dropped.'''
REGISTER password email
</syntaxhighlight>Registers your nickname in the NickServ database. Once your nick is registered, you can use the SET and ACCESS commands to configure your nick's settings as you like them. Make sure you remember the password you use when registering - you'll need it to make changes to your nick later. (Note that case matters! ANOPE, Anope, and anope are all different passwords!)


=== Guidelines on choosing passwords: ===
== REGISTER ==
Passwords should not be easily guessable. For example, using your real name as a password is a bad idea. Using your nickname as a password is a much worse idea ;) and, in fact, NickServ will not allow it. Also, short passwords are vulnerable to trial-and-error searches, so you should choose a password at least 5 characters long. Finally, the space character cannot be used in passwords.
Syntax:<syntaxhighlight lang="html">
REGISTER #channel [description]
</syntaxhighlight>Registers a channel in the ChanServ database. In order to use this command, you must first be a channel operator on the channel you're trying to register.


=== Group Nicks ===
The description, which is optional, is a general description of the channel's purpose.
This command also creates a new group for your nickname, that will allow you to register other nicks later sharing the same configuration, the same set of memos, and the same channel privileges.


Syntax:<syntaxhighlight>
When you register a channel, you are recorded as the "founder" of the channel. The channel founder is allowed to change all of the channel settings for the channel; ChanServ will also automatically give the founder channel-operator privileges when s/he enters the channel.
GROUP [target] [password]
</syntaxhighlight>This command makes your nickname join the target nickname's group. The password is the password of the target nickname.


Joining a group will allow you to share your configuration, memos, and channel privileges with all the nicknames in the group, and much more!
See the ACCESS command (/msg ChanServ HELP ACCESS) for information on giving a subset of these privileges to other channel users.


A group exists as long as it is useful. This means that even if a nick of the group is dropped, you won't lose the shared things described above, as long as there is at least one nick remaining in the group.
'''NOTICE: In order to register a channel, you must have first registered your nickname.'''
 
You may be able to use this command even if you have not registered your nick yet. If your nick is already registered, you'll need to identify yourself before using this command.
 
It is recommended to use this command with a non-registered nick because it will be registered automatically when using this command. You may use it with a registered nick (to change your group) only if your network administrators allowed it.
 
You can only be in one group at a time. Group merging is not possible.
 
'''Note: all the nicknames of a group have the same password.'''

Latest revision as of 06:12, 13 December 2022

ChanServ allows you to register and control various aspects of channels. ChanServ can often prevent malicious users from "taking over" channels by limiting who is allowed channel operator privileges. Available commands are listed below; to use them, type /msg ChanServ command. For more information on a specific command, type /msg ChanServ HELP command

Note that any channel which is not used for 90 days (i.e. which no user on the channel's access list enters for that period of time) will be automatically dropped.

REGISTER

Syntax:

REGISTER #channel [description]

Registers a channel in the ChanServ database. In order to use this command, you must first be a channel operator on the channel you're trying to register.

The description, which is optional, is a general description of the channel's purpose.

When you register a channel, you are recorded as the "founder" of the channel. The channel founder is allowed to change all of the channel settings for the channel; ChanServ will also automatically give the founder channel-operator privileges when s/he enters the channel.

See the ACCESS command (/msg ChanServ HELP ACCESS) for information on giving a subset of these privileges to other channel users.

NOTICE: In order to register a channel, you must have first registered your nickname.