2022-04-25 19:34:35 +02:00

49 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
:::
# mircdcc
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/mircdcc.in
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/dcc/dcc-chat.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">MIRCDCC</span> <span class="synB">ON</span>|<span class="synB">OFF</span></code></pre></div>
## Parameters ##
| | |
| --- | --- |
| `ON`: | Enables mIRC compatibility mode. |
| `OFF`: | Disables mIRC compatibility mode. |
## Description ##
After establishing a DCC CHAT connection that you initiated, you might
encounter some protocol issues if the target is using mIRC.
If you or your target sees some unexpected output or behavior inside a DCC
CHAT session, use this command to enable mIRC compatibility mode.
When receiving a connection from an mIRC user, the compatibility mode will
automatically be enabled.
## Examples ##
/MIRCDCC ON
/MIRCDCC OFF
## See also ##
[ACTION](/documentation/help/1.0/action), [CTCP](/documentation/help/1.0/ctcp), [DCC](/documentation/help/1.0/dcc)