diff options
Diffstat (limited to '')
-rw-r--r-- | unscoop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unscoop.c b/unscoop.c index 95f3315..35e25a9 100644 --- a/unscoop.c +++ b/unscoop.c @@ -218,6 +218,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" }, }, { |