From: Andy Spencer Date: Tue, 30 Jun 2015 04:14:22 +0000 (+0000) Subject: Don't replay private score messages X-Git-Url: http://pileus.org/git/?p=~andy%2Frhawk;a=commitdiff_plain;h=8bb3be25a504498e533e4da919e1023646ca7828 Don't replay private score messages --- 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); }