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
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