Send output to other windows
Question
I was wondering if its possible to have MUSHclient open other windows for "say" and "clan" talking? A friend of mine said he can have his client take everything that's said and show it in a different window, so it doesn't clutter up the main one.
Answer
In the latest version of MUSHclient (say, 3.00 onwards) you can do this by:
- Making a trigger that matches on the clan talk (or whatever)
- Make this trigger like this:
Match on: <whatever matches the clan talk>
Send: %0
Send to: Notepad (append)
Omit from output: checked
Label: clan_messages
What this will do is send the matching messages to a notepad window (which you can then move to one side) and see the messages in a different window.