Basic IRC Commands
- For help registering your nickname, see the NickServ page.
- For help registering your channel, see the ChanServ page.
Welcome to The EsperNet IRC Network. IRC stands for Internet Relay Chat, a internet-based chat medium consisting of clients (users like you) and an interconnected network of servers as the medium for chat. In addition to this page, you may also find this primer [irchelp.org] helpful.
To get on EsperNet, you'll first need an IRC client. Check out this page [ircreviews.org] to find a client for your system.
Once you have your client installed, type this into it to get on EsperNet:
/SERVER irc.esper.net 5555
Once you're on EsperNet, you'll need a few basic commands to get started. Note, all the commands in this list must be prefixed with a forward-slash (/). For example, JOIN, takes the form:
/JOIN
Commands may be entered in uppercase, lowercase, or any mix of upper and lower case.
| Command | Usage and Description | ||||||
|---|---|---|---|---|---|---|---|
| JOIN |
JOIN [#channel]
Joins the requested channel. Example: /JOIN #esper |
||||||
| PART |
PART [#channel] [reason]
Leaves the requested channel. If reason is provided, it will be announced in your part message. Example: /PART #esper See-ya! |
||||||
| ME |
ME [something I'm doing]
Announces your current activity, e.g; Example: /ME is reading email |
||||||
| MSG |
MSG [nickname] [message]
This command is also called QUERY. Sends a private message to nick. Example: /MSG NickServ HELP |
||||||
| MODE |
MODE [nickname] [+/- modes]
This command may also be used on channels, with slightly different options. Changes your user modes. Some basic modes include:
Examples: /MODE eri +i /MODE eri -sw |