IRC ChanCommands

From TheReincarnation
Revision as of 23:34, 8 March 2008 by Pooch (talk | contribs) (Access levels for users)
Jump to: navigation, search

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

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.

  • To turn XOP on and off: /msg chanserv set #channel XOP <on|off>


With XOP on:

  • List users who have access: access #channel list

Giving/removing access

  • SuperOps: /msg chanserv sop #channel <add|del> <nick>
  • Operators: /msg chanserv aop #channel <add|del> <nick>
  • Halfops: /msg chanserv hop #channel <add|del> <nick>
  • Voice: /msg chanserv vop #channel <add|del> <nick>
    • Example: /msg chanserv sop #Mychannel ADD Elva