2021-10-22 22:16:28 +02:00

46 lines
1.1 KiB
Plaintext

# 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/action), [CTCP](/documentation/help/ctcp), [DCC](/documentation/help/dcc)