Difference between revisions of "User:Kizeren/irc"
m (→Step 1) |
m |
||
Line 11: | Line 11: | ||
<pre> | <pre> | ||
− | /msg | + | /msg ChanServ REGISTER <channel> <password> |
</pre> | </pre> | ||
+ | So here is an example. | ||
+ | <pre> | ||
+ | /msg ChanServ REGISTER #test temp123 | ||
+ | </pre> | ||
+ | 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. | ||
+ | |||
+ | <pre> | ||
+ | /msg ChanServ AOP <channel> ADD <user> | ||
+ | </pre> | ||
+ | Should end up like this. | ||
+ | <pre> | ||
+ | /msg ChanServ AOP #test ADD kizeren | ||
+ | </pre> | ||
+ | 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. | ||
+ | <pre> | ||
+ | /msg ChanServ HOP <channel> ADD <user> | ||
+ | </pre> | ||
+ | Should end up like this. | ||
+ | <pre> | ||
+ | /msg ChanServ HOP #test ADD kizeren> | ||
+ | </pre> | ||
+ | |||
+ | ===Step 4=== | ||
+ | Adding VOP users. No really power for this one. I will explain further in the later part of this setup. | ||
+ | <pre> | ||
+ | /msg ChanServ VOP <channel> ADD <user> | ||
+ | </pre> | ||
+ | Should look like this. | ||
+ | <pre> | ||
+ | /msg ChanServ VOP #test ADD kizeren | ||
+ | </pre> | ||
+ | |||
+ | ===Step 5=== | ||
+ | Once all users are setup, we will lockdown the channel so no strangers can enter it. | ||
+ | <pre> | ||
+ | /msg ChanServ SET <channel> RESTRICTED on | ||
+ | </pre> | ||
+ | Should look like this. | ||
+ | <pre> | ||
+ | /msg ChanServ SET #test RESTRICTED on | ||
+ | </pre> | ||
+ | |||
+ | ===Step 6=== | ||
+ | This is optional. Will bring Grimnismal to channel. | ||
+ | Only the founder or AOP's can use this command. | ||
+ | <pre> | ||
+ | /msg BotServ ASSIGN <channel> Grimnismal | ||
+ | </pre> | ||
+ | Should look like this. | ||
+ | <pre> | ||
+ | /msg BotServ ASSIGN #test Grimnismal | ||
+ | </pre> | ||
+ | It will be Grimnismal kicking people. |
Revision as of 09:50, 22 October 2010
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.