# /i

## Syntax

**/i help|nick** ***name*****|join** ***#channel*****|part \[*****#channel*****]|whois** ***nickname*****|msg** ***nickname*** **\*\*\_**&#x74;ex&#x74;**\_**|say **\_**&#x74;ex&#x74;**\_**|raw **\_**&#x63;omman&#x64;**\_**|quit|names|x\*\*

## Description

This is the main IRC slash command and controls most things related to IRC communication. All the commands below must be entered after you have connected with */iconnect*.

* **help:** Show a list of commands that can be issued after /i.
* **nick:** Change your nick to *name*.
* **join:** Join the channel *#channel*. The channel must have a # in front of it.
* **part:** Leave *#channel*. If no channel is given, it will leave the last-joined channel.
* **whois:** Display information available on *nickname*.
* **msg:** Send a directed message of "*text*" to *nickname*. This is the IRC equivalent of a tell.
* **say:** Speak "*text*" in the current channel. This *text* will be visible to everyone in the channel.
* **raw:** Send *command* to the server. This is useful for other IRC commands that are not available with /i (eg. "/i

  raw list" to list all channels on the server).
* **quit:** Leave the server (same as the IRC command /quit).
* **names:** List all nicknames on the current channel.
* **x:** *Not sure*.

## See Also

* [MQ2IRC](/macroquest/plugins/discontinued-unsupported/mq2irc.md)
* [/iconnect](/macroquest/plugins/discontinued-unsupported/mq2irc/commands/iconnect.md)
* [/istatus](/macroquest/plugins/discontinued-unsupported/mq2irc/commands/istatus.md)

[Return to Slash Commands](/macroquest/commands/slash-commands.md)


---

# 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/plugins/discontinued-unsupported/mq2irc/commands/i.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.
