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
Many Thanks
The text was updated successfully, but these errors were encountered:
Amiga60077
changed the title
Disable Commands being sent to/from IRC/Discord
Disable Commands and Join/Part/Quit being sent to/from IRC/Discord
Mar 25, 2023
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
Many Thanks
The text was updated successfully, but these errors were encountered: