about summary refs log tree commit diff
path: root/litterbox.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-05 10:45:17 -0400
committerJune McEnroe <june@causal.agency>2020-04-05 10:45:17 -0400
commita8c5d13cb21ef08f7d2b5a718b5c93113dfc6448 (patch)
treedc3b606b12ebb467cd8bd464f5ee47ec463130c5 /litterbox.c
parentUpdate style (diff)
downloadlitterbox-a8c5d13cb21ef08f7d2b5a718b5c93113dfc6448.tar.gz
litterbox-a8c5d13cb21ef08f7d2b5a718b5c93113dfc6448.zip
Add Ban and Unban event types
Diffstat (limited to '')
-rw-r--r--litterbox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/litterbox.c b/litterbox.c
index 14dd626..d0cafef 100644
--- a/litterbox.c
+++ b/litterbox.c
@@ -304,6 +304,10 @@ static void querySearch(struct Message *msg) {
 					"\3%02d%s\3 set the topic: %s\r\n",
 					color(user), nick, message
 				);
+			break; case Ban:
+				format("\3%02d%s\3 banned %s\r\n", color(user), nick, target);
+			break; case Unban:
+				format("\3%02d%s\3 unbanned %s\r\n", color(user), nick, target);
 		}
 	}
 	if (result != SQLITE_DONE) {
n='3' class='logmsg'> Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio. 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe