Table of Contents

Internet Relay Chat (IRC)

Internet Relay Chat (or IRC) is one of the oldest chat platforms. However, it is not a service, nor an application, but a communication protocol. Using the IRC protocol, anyone can spin up a chat server with any number of individual chat rooms, and any compatible program can connect to any of these servers.

Its simple no-frills interface has led to IRC being affectionately nicknamed Multiplayer Notepad. To win in IRC, you go and talk, become popular, amass friends, and get ops. Now for most things in life you can just go read Wikipedia, but IRC is confusing as fuck. So let's break it down for the new operatives to learn.

IRC Clients

Below are just a handful of popular IRC clients. Each of them does things in its own way. It will be up to you to play around to see what works best for you and your particular machine.

For a full list of clients that are compatible with modern IRC servers, visit IRCv3.net for a detailed comparison chart.

Browser

If you're just getting started and are feeling apprehensive about installing software right away, perhaps consider a browser-based client to get a feel for the IRC ecosystem first.

Desktop

If you find yourself using IRC regularly, you will want to graduate from a browser-based app to something a bit more robust. Full-fledged desktop apps are the next step up.

Terminal

For powerusers who aren't afraid of command line, are terminal-based apps. This is where things get serious, but also where you get the most functionality for advanced IRC magick.

Mobile

Mobile apps are their own animal entirely. Here are a few options.

Guide For New Users

This article was imported from the 2011 Insurgency Wiki backup, and sits here in its original crude format. It is in dire need of modernization and cleanup.

People on IRC

A user without a ~, &, @, %, or + is just a regular person. They may feel as clueless as you. Just use IRC, and you will learn. Weeaboos, check out irc.rizon.net, gamers, irc.gamesurge.net, and really just join random channels to see what's going on. On efnet, basically any word has a channel for it, so explore and lurk.

Note about Lurking: SAY SOMETHING EVERY ONCE IN A WHILE. Many channels get sick of people just joining and watching, at least let them know who you are so someone doesn't kick you or something. So, you can lurk, but be sure to talk occasionally. The IRC world is extremely intolerant of newfags.

Advanced IRC Magick

Secure Noticing

To send a message to everyone on a channel with a certain level or higher, type this:

/notice (~|&|@|%|+)#channel message

where the symbol represents the minimum level to send the message to (see “People on IRC”).

Use this to share sensitive information without spais finding out.

Services

There are IRC services on most servers, save for stone-age EFnet. Read:

NickServ

Use NickServ to keep others from using your nick and to keep ops/voice/etc. on channels.

ChanServ

With a registered and identified nick in an unregistered channel where you are an op:

/msg ChanServ register #channelname password brief description.
Managing Channel Access

You can have services automatically op/voice/etc. people, depending on which system you use. Note that when giving a user access, that user must be registered with NickServ.

XOP System
/msg ChanServ xop #channelname add nick

Where “xop” is either:

You can also change “add” to “del” to delete someone from your list.

Access Level System
/msg ChanServ access #channelname add nick level

Adds a user to the access list with that level. If a user is already on the list, their level will simply be changed to the specified level.

/msg ChanServ access #channelname del nick

Deletes a user from the access list.

By default, the following access levels are defined:

ChanServ kick

Too much of a pussy to kick/ban someone yourself? ChanServ can do it for you!

/msg ChanServ (kick|ban) #channelname nick reason

Note that if the channel has signkick enabled (default), your nick will be displayed in the kick message.

HostServ

With a registered nick, you can replace your plain old hostname with a vHost, which is basically just a fake hostname.

To request a vHost, type:

/msg HostServ request vhost@goes.here

You will then have to wait for your vHost to be approved. Some networks do it automatically after about a few hours, while other nets have it to where it must be manually approved.