Allow 'knrooms' in wiki rooms so welcome pages can show the room list in a link
authorArt Cancro <ajc@uncensored.citadel.org>
Sat, 9 Jul 2011 00:58:45 +0000 (20:58 -0400)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:33:52 +0000 (21:33 +0000)
webcit/html2html.c

index 588033cf442cb5440fefb96579a9b1cf088aecbb..82962daed14417b5187a263bdf688058bad28b13 100644 (file)
@@ -397,6 +397,7 @@ void output_html(const char *supplied_charset, int treat_as_wiki, int msgnum, St
                                (treat_as_wiki)
                                && (strncasecmp(ptr, "<a href=\"wiki?", 14))
                                && (strncasecmp(ptr, "<a href=\"dotgoto?", 17))
+                               && (strncasecmp(ptr, "<a href=\"knrooms?", 17))
                        ) {
                                content_length += 64;
                                StrBufAppendPrintf(converted_msg, "<a href=\"wiki?page=");