Discord-IRC-Relay icon indicating copy to clipboard operation
Discord-IRC-Relay copied to clipboard

Send raw commands and set mode

Open klppl opened this issue 5 years ago • 1 comments

Trying to figure out if it's possible to send raw commands to the irc client.

For example I want to auth my client at Quakenet, then set mode for it to hide my host. Example at Quakenet: /auth username password (You can also use /msg [email protected] AUTH username password) /mode username +x

Is it possible? :)

klppl avatar Jan 26 '20 08:01 klppl

The following setting allows one command to be executed upon connection for authorization, but sounds like you need more flexibility. https://github.com/Headline/Discord-IRC-Relay/blob/45deed1b7bd384737af73dc221c8b7f24627389e/IRC-Relay/settings.json#L9

It's certainly possible to allow this setting to be multiple commands

Headline avatar Jan 27 '20 19:01 Headline