summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--litterbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/litterbox.c b/litterbox.c
index 8f0a0ba..8ae016f 100644
--- a/litterbox.c
+++ b/litterbox.c
@@ -290,7 +290,7 @@ static void querySearch(struct Message *msg) {
 		if (!target) target = "";
 		if (!message) message = "";
 
-		format("PRIVMSG %s :(%s) [%s] ", msg->nick, context, time);
+		format("NOTICE %s :(%s) [%s] ", msg->nick, context, time);
 		switch (type) {
 			break; case Privmsg: format("<%s> %s\r\n", nick, message);
 			break; case Notice:  format("-%s- %s\r\n", nick, message);
15c2db4950f9daa07935500ffe&follow=1'>Skip matches with ident chars on either sideJune McEnroe 2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe 2022-03-22Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe 2022-03-16Remove -j4 from ./PlanJune McEnroe 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe