User:Kizeren/irc
IRC Setup
In this entry I hope to further show how to setup a IRC the easiest way I can think of.
Step 1
The most important step. We will first need to register a channel. Enter the channel you wish to register. You must be AOP (have the @ symbol) Once you have control of the channel type the following
/msg ChanServ REGISTER <channel> <password>
So here is an example.
/msg ChanServ REGISTER #test temp123
You will now have founder status of that channel. No one besides you will be able to make changes to this channel.
Step 2
Adding AOP. Normally you would want this only for the masters of your guild.
/msg ChanServ AOP <channel> ADD <user>
Should end up like this.
/msg ChanServ AOP #test ADD kizeren
You will want to do this for each master of your guild.
Step 3
Adding HOP. HOP has the same power as AOP but cannot kick AOP HOP will have "%" symbol next to thier name.
/msg ChanServ HOP <channel> ADD <user>
Should end up like this.
/msg ChanServ HOP #test ADD kizeren>
Step 4
Adding VOP users. No really power for this one. I will explain further in the later part of this setup.
/msg ChanServ VOP <channel> ADD <user>
Should look like this.
/msg ChanServ VOP #test ADD kizeren
Step 5
Once all users are setup, we will lockdown the channel so no strangers can enter it.
/msg ChanServ SET <channel> RESTRICTED on
Should look like this.
/msg ChanServ SET #test RESTRICTED on
Step 6
This is optional. Will bring Grimnismal to channel. Only the founder or AOP's can use this command.
/msg BotServ ASSIGN <channel> Grimnismal
Should look like this.
/msg BotServ ASSIGN #test GrimnismalIt will be Grimnismal kicking people.