aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-06-22Merge pull request #4 from Pyker/print-only-onceHEADmasterPaul Traylor
Display message only once
2015-06-21Display message only oncePedro Cunha
This prevents the message from being displayed more than once if it matches more than one of the nicknames on our "no hilight" list. Otherwise it would print the message once for every nickname matched. Relay bots are a prime example of how this bug can be triggered.
2015-04-14Merge pull request #3 from Pyker/escape-percentPaul Traylor
Escape formatting character %
2015-04-13Escape formatting character %Pedro Cunha
If % is in a message it gets interpreted as a formatting code
2014-11-19Check for <> around nick as wellJohn
Don't nohilight just because the nick was mentioned in the same line.
2014-11-19Escape special characters before use in regex.John
2014-08-26Merge pull request #1 from simmel/patch-1Paul Traylor
Split on space too
2014-08-25Split on space tooSimon Lundström
Split on space too which is custom in irssi settings, e.g. /set activity_hide_targets
2010-08-15Minor docs updatePaul Traylor
2009-09-11Initial CommitPaul Traylor