| Age | Commit message (Collapse) | Author |
|
Display message only once
|
|
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.
|
|
Escape formatting character %
|
|
If % is in a message it gets interpreted as a formatting code
|
|
Don't nohilight just because the nick was mentioned in the same line.
|
|
|
|
Split on space too
|
|
Split on space too which is custom in irssi settings, e.g. /set activity_hide_targets
|
|
|
|
|