QUOTE (Cooper @ Nov 3 2009, 06:39 PM)

You could also just switch to screen width 0 when you run this script ^-^
That would work too.
CODE
#ALIAS qw {#VARIABLE QWList {};config screenwidth 0;~qw;config screenwidth 80}
#REGEX {^((?:\w+, )+\w+)\.$} {#PRIORITY {#VARIABLE QWList {%replace( "%1", ", ", "|")}}}
#REGEX {\b(?:@QWList)\b} {#CW red}
Much simpler than the previous script.