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
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:
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.
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
The text was updated successfully, but these errors were encountered: