# MQ2IRC

## Description

MQ2IRC is the plugin which provides the ability to connect to an IRC server from within EQ.

This is most commonly used as a method to exchange information between bots without going through the EQ servers. It's faster as well as safer.

## Commands

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

## Top-Level Objects

* [*irc*](/macroquest/plugins/discontinued-unsupported/mq2irc/mq2irc-datatype-irc.md) [**Irc**](/macroquest/plugins/discontinued-unsupported/mq2irc/tlo-irc.md)

## Data Types

* [*irc*](/macroquest/plugins/discontinued-unsupported/mq2irc/mq2irc-datatype-irc.md) **irc**

## INI File

The MQ2IRC.ini creates a new section for every server that it connects to, and keeps your settings for future use. It also stores the last server connected to and its settings so that you may use */iconnect* to reconnect to that server quickly.

## See Also

* [Data Types](/macroquest/data-types-and-top-level-objects/data-types.md)
* [Top-Level Objects](/macroquest/data-types-and-top-level-objects/top-level-objects.md)
* [Plugins](broken://pages/-Me4I94WGlOtA0pQ_0oB)


---

# 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.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.
