You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it says, since I have 2 different Bots I do not want the IRC Commands being sent between IRC<>Discord in any direction
So based on say this config option:
"commandCharacters": ["!", "@"],
I would have something like:
"disableCommandsDiscord": true, <- would prevent the @! commands being sent to/from Discord
"disableCommandsIRC": true, <- would prevent the @! commands being sent to/from IRC
"disableJoinPartQuit": true <- would prevent Join/Part/Quit events being relayed to Discord