In my server setting in Lusternia I set it to add a linebreak after the prompt in order to keep things nice and neat.
I like the gag useless information that gets spammed towards me though, and naturally, while I can gag the line, the linebreak does not get gagged and ends up adding some very annoying newline characters in place.
Is there a way, for example, that I can gag a newline character?
Let's have this as an example:
^You have recovered equilibrium\.$
Is there something in regex that would allow me to say
^You have recovered equilibrium\.[NEWLINE]$
and gag it like that?
I like the gag useless information that gets spammed towards me though, and naturally, while I can gag the line, the linebreak does not get gagged and ends up adding some very annoying newline characters in place.
Is there a way, for example, that I can gag a newline character?
Let's have this as an example:
^You have recovered equilibrium\.$
Is there something in regex that would allow me to say
^You have recovered equilibrium\.[NEWLINE]$
and gag it like that?