Gag mud output

Posted by Winddancer on Tue 08 Nov 2022 06:26 PM — 3 posts, 9,566 views.

#0
Hi.

I was wondering if the output from the mud could be gagged or suppressed.

E.g. there is one annoying npc that calls repeatedly the same stuff over the guild line.

Would it be possible to write a trigger that would simply take the output and redirect it to /dev/null so that I won't even see a think on the screen?
Amended on Tue 08 Nov 2022 08:10 PM by Winddancer
USA Global Moderator #1
Set omit_from_output="y" on your trigger if you're working in a plugin, or check the checkbox if you're making triggers through the world settings GUI.
Amended on Tue 08 Nov 2022 07:02 PM by Fiendish
#2
Perfect. Thanks.