From 63f359a7b13748c1f1402fbdbaae84b21ba96666 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 13 Jul 2020 15:21:03 -0400 Subject: Implement IRC ^O Oops! Missed this somehow --- html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'html.c') diff --git a/html.c b/html.c index 7975aab..6d4f15d 100644 --- a/html.c +++ b/html.c @@ -491,6 +491,7 @@ enum kcgi_err htmlIRC(struct khtmlreq *html, const char *str) { if (!*str) break; switch (*str++) { break; case '\2': style.b ^= true; + break; case '\17': style = Default; break; case '\26': style.r ^= true; break; case '\35': style.i ^= true; break; case '\37': style.u ^= true; -- cgit 1.4.1