To allow blank lines that don't become (2*) replace: if ((twox = strstr(t->output, txt)) && *twox) { with: if ((twox = strstr(t->output, txt)) && *twox && *twox != '\r' && *twox != '\n') { I'm still working on the color quirk. -- greerga@muohio.edu me@null.net | Genius may have its limitations, but stupidity http://www.muohio.edu/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST