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

[trigger.pl] sending output to status screen #531

Open
freddie-goodman opened this issue Sep 11, 2018 · 1 comment
Open

[trigger.pl] sending output to status screen #531

freddie-goodman opened this issue Sep 11, 2018 · 1 comment
Labels

Comments

@freddie-goodman
Copy link

I have a trigger that sends a message for -parts -kicks -quits but trigger.pl is piping it to my status screen rather than posting it in the channel. my -joins trigger works fine, though. Has anyone encountered this issue? Any ideas what's going wrong? The trigger is:

-parts -kicks -quits -nocase -masks '[masks]' -command '[postcommand]'

Its very strange. thanks ahead of time

@freddie-goodman freddie-goodman changed the title trigger.pl sending output to status screen [trigger.pl] sending output to status screen Sep 11, 2018
@dwfreed
Copy link
Member

dwfreed commented Sep 11, 2018

Quits have no channel context, so commands run as a result of a quit trigger will always output in the status window. When running on a part or a kick, it'll only go to the channel if the command you're using actually uses the channel context.

@bw1 bw1 added the question label Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants