# MacroQuest2:IRC

**Server:** irc.lavishsoft.com\
**Channel:** #macroquest

In order to connect to the IRC server, you'll need an IRC client. Some IRC clients are:

* [mIRC](http://www.mirc.com/)
* [Miranda Instant Messenger](http://www.miranda-im.org)
* [Trillian](http://www.ceruleanstudios.com)

To join the channel, you first need to register your nickname with the Nickserv bot. You can do this by sending it a message in the following format:

`/msg nickserv register<your@email.com>`

After registering your nick, on subsequent connections to the server, you'll have to identify yourself before joining the channel.

`/msg nickserv identify`

After identifying to nickserv, you may join a channel.

`/join #macroquest`

Some basic IRC commands:

`/me- Displays an emote.`\
`/nick- Change your display name.`\
`/msg- Send a private message to a user. (Alternately, you can use /query in the mIRC client)`\
`/part - Leave the current channel.`\
`/quit - Self explanitory.`\
`/whois- Gain detailed information about a specific user.`

It is also wise to not ask overly stupid questions in #macroquest, or you run the risk of being flamed by eqjoe.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://macroquest.gitbook.io/macroquest/documentation/macroquest2-irc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
