I've got a little project I'm working on and to say I don't understand triggers as they are in MUSHclient is an understatement. The game I play has the ability to sniff out people who are spoofing other people by adding a little tag to the front of everything they do with their name and dbref. I like this feature, but it is annoying and spammy. I don't want to see it all the time, but I would like to set up a trigger that hides it 90 percent of the time, then I can just check to disable the trigger to have it showing again. Using my own name, the tag would look something like this. NOTE: DBREF can be any number between 1 and 6 digits in length.
[Boko346(#<MY DBREF>)<potentially other things that don't matter>]
The line always starts with that and I wish to hide that and only that. I tried starting out simple and working my way to a more complicated thing, but it doesn't seem to be firing to begin with so I'm not sure what I'm doing wrong trigger-wise. Can anyone help? My current expression is this:
^\[*\(#*\)\]
[Boko346(#<MY DBREF>)<potentially other things that don't matter>]
The line always starts with that and I wish to hide that and only that. I tried starting out simple and working my way to a more complicated thing, but it doesn't seem to be firing to begin with so I'm not sure what I'm doing wrong trigger-wise. Can anyone help? My current expression is this:
^\[*\(#*\)\]