Difference between revisions of "IRC ChanCommands"

From TheReincarnation
Jump to: navigation, search
(Basic channel settings)
Line 32: Line 32:
 
<br />
 
<br />
 
To limit kick/ban/remove powers of each user level to the level below it
 
To limit kick/ban/remove powers of each user level to the level below it
* /msg nickserv set #Channel peace <on|off>
+
* /msg chanserv set #Channel peace <on|off>
 
<br />
 
<br />
 
To hide your channel from the LIST command
 
To hide your channel from the LIST command
Line 39: Line 39:
 
To hide your channel from the WHOIS command
 
To hide your channel from the WHOIS command
 
* Type: /mode #channel +s
 
* Type: /mode #channel +s
 +
 +
===Access levels for users===
 +
 +
There are two different systems for giving access on a channel. <br />
 +
With XOP on access is granted through voice, halfops, ops & admin ops.<br />
 +
With XOP off you can assign access levels to each user and their rank will determine their level of control. Ranks range from 1 to 10 with 10 being the highest.

Revision as of 23:11, 8 March 2008

Internet Relay Chat (IRC) - Channel Commands

What is a Channel?

If IRC is thought of as a house, then channels are like rooms in the house. The only difference is that you can be in several channels at the same time. In order to talk with a group of people you will need to be in a channel together. Some channels are public, meaning anyone can enter, and some are private and can restrict access to approved nicks. Channels must meet the following guidelines:

  • Must not contain offensive words or vulgarities
  • May not contain the following words anywhere within it:
    • Admin
    • Oper
    • Root

Registering a Channel

Registering a channel makes it "yours" and allows you to maintain the channel. You may give out operator status to those you choose, restrict the channel, and even make it private.

To register your channel:

  • Create your channel by joining it
    • Example: /join #ThisChannelRocks
  • Use the following command: /msg chanserv register <#channel> <pwd> <description>
    • Example: /msg chanserv register #ThisChannelRocks SomePassword This Channel Rocks! It is uber kena!

The channel must be created before it may be registered, and it must not already be registered. The password must be at least 5 characters. It is best to use both upper and lower case letters and numbers. The description can be anything you want. Ideally it will describe the channel's purpose to others.

Basic channel settings

You can restrict access to those in your channel access list.

  • To set and unset type: /msg chanserv set #channel restricted <on|off>
    • Example: /msg chanserv set #MyChannel restricted on


To limit kick/ban/remove powers of each user level to the level below it

  • /msg chanserv set #Channel peace <on|off>


To hide your channel from the LIST command

  • Type: /msg chanserv set #channel private <on|off>


To hide your channel from the WHOIS command

  • Type: /mode #channel +s

Access levels for users

There are two different systems for giving access on a channel.
With XOP on access is granted through voice, halfops, ops & admin ops.
With XOP off you can assign access levels to each user and their rank will determine their level of control. Ranks range from 1 to 10 with 10 being the highest.