Hi there all. I have a problem with the discworld Mud and my triggers. I'm trying to get all the output sent to notepad rather than the main screen. typically the chat will have the word 'wispy voice' in it so i used that as the trigger. i.e. "*wispy voice*".
i have it set up to 'omit from output' and 'append to notepad'.
This all works fine, except that mushclient only has problems with lines longer than ther column length that has been negotiated between my terminal and the server. What happens then then is that up until the max column length (before text begins to wrap) it will append to notepad but after that mushclient prints the rest of the output back to the world window. geddit?
i get why this is happening. mushclient evaluates a line for any keywords/alphanums but it misses the end of long lines because they are automatically wrapped to the next line, so mushclient doesn't evaluate them. how do i prevent this, i.e. how do i tell mushclient to evaluate a long line altogether?
i have it set up to 'omit from output' and 'append to notepad'.
This all works fine, except that mushclient only has problems with lines longer than ther column length that has been negotiated between my terminal and the server. What happens then then is that up until the max column length (before text begins to wrap) it will append to notepad but after that mushclient prints the rest of the output back to the world window. geddit?
i get why this is happening. mushclient evaluates a line for any keywords/alphanums but it misses the end of long lines because they are automatically wrapped to the next line, so mushclient doesn't evaluate them. how do i prevent this, i.e. how do i tell mushclient to evaluate a long line altogether?