From 6010dda9de64488f5cb96990994115cdffdfd1a9 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 18 May 2021 17:55:11 -0400 Subject: Match weechat query notices --- unscoop.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'unscoop.c') diff --git a/unscoop.c b/unscoop.c index 95f3315..35e25a9 100644 --- a/unscoop.c +++ b/unscoop.c @@ -217,6 +217,9 @@ static const struct Matcher WeeChat[] = { }, { "([^\t]+)\t--\tNotice[(]([^)]+)[)]: (.+)", Notice, { ":time", ":nick", ":message" }, + }, { + "([^\t]+)\t--\t([^ :]+): (.+)", + Notice, { ":time", ":nick", ":message" }, }, { "([^\t]+)\t [*]\t([^ ]+) (.+)", Action, { ":time", ":nick", ":message" }, -- cgit 1.4.1