From 8bb3be25a504498e533e4da919e1023646ca7828 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Tue, 30 Jun 2015 04:14:22 +0000 Subject: [PATCH] Don't replay private score messages --- rhawk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rhawk b/rhawk index b2173fc..f1478f6 100755 --- a/rhawk +++ b/rhawk @@ -424,7 +424,8 @@ tolower($0) ~ /\/ { } # Vote relay -DST != "#rhnoise" && /\<[a-zA-Z0-9_]{3,16}(\+\+|--)/ { +DST != "#rhnoise" && DST != NICK && +/\<[a-zA-Z0-9_]{3,16}(\+\+|--)/ { say("#rhnoise", "(" DST ") " FROM ": " MSG); } -- 2.43.2