We currently have the following services running on our network:
| Service |
Description |
| NickServ |
Provides our users with the facility to register ownership of nicknames. |
| ChanServ |
Provides our users with the facility to register ownership of channels. |
| MemoServ |
Provides our users with the facility to leave messages to offline users. |
| BotServ |
Provides our users with some predifined bots they can have in their own channels. |
| HostServ |
Provides our users with the facility to have virtual host names. |
Some Basic Commands:
| Registering your Nick: |
| |
|
Registering your Nick will mean that no other user will be able to use
it without first knowing your password. Once your nick is register you
will need to identify yourself as the owner using the password you
specify when registering.
|
| |
| The commands available to you to register your Nick are as follows: |
| |
/nickserv REGISTER <password> <email>
/ns REGISTER <password> <email>
|
| |
|
In these examples <password> should be replaced with the password
you wish to use to identify yourself as being the owner of that nick.
<email> should be replaced with your email address. You will be
sent an activation code to the email address you specify so this must be
a valid email address. If you do not recieve the email first check your
bulk mail/spam folder to make sure it hasn't been placed in there. If it
hasn't then please contact a member of staff in either
#help or
#svcshelp.
|
| |
| |
| Identifying As Your Nick |
| |
|
Once you have registered your Nick the next time you connect you will be
required to identify yourself as being the owner of the Nick by using the
password you supplied when you registered the Nick.
|
| |
| Commands for identifying yourself are as follows: |
| |
/nickserv IDENTIFY <password>
/ns IDENTIFY <password>
/identify <password>
|
| |
|
In these examples <password> is the password you supplied when
registering your Nick. Once you have identified you will be givern the
user mode +r to signify your Nick is registered and you will be givern
+v, +h, +o, or +a on any Channel where you have been assigned to the
access lists. If the Nick is associated as the Founder of a Channel then
that Nick will be givern +q on the Channel to mark you as the Channel
owner.
|
| |
| |
| Registering your Channel: |
| |
|
Registering your Channel means that no other user will be able to claim
ownership of your channel. You must be using a registered Nick when you
register a Channel and that Nick will then be associated as the Founder
(owner) of the Channel you register.
|
| |
| The commands available to you to register your Channel are as follows: |
| |
/chanserv REGISTER <channel> <password> <description>
/cs REGISTER <channel> <password> <description>
|
| |
|
In these examples <password> should be replaced with the password
you wish to use to identify yourself as being the owner of that channel.
<channel> should be the name of the channel you wish to register
(you must be in this channel and must be a channel operator(+o) in this
channel.) <description> should be a simple description of your
channel.
|
| |
|