Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Commands and Join/Part/Quit being sent to/from IRC/Discord #626

Open
Amiga60077 opened this issue Feb 26, 2023 · 1 comment
Open

Comments

@Amiga60077
Copy link

Amiga60077 commented Feb 26, 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

@Amiga60077 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
@notvillers
Copy link

"ircStatusNotices": false is the solution for your disableJoinPartQuit in the config.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants