diff options
Diffstat (limited to 'modules/github/__init__.py')
| -rw-r--r-- | modules/github/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py index 907993dc..8d36fb6e 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -422,6 +422,9 @@ class Module(ModuleManager.BaseModule): def _prevent_highlight(self, server, channel, s): for user in channel.users: + if len(user.nickname) == 1: + continue + s_lower = server.irc_lower(s) while user.nickname_lower in s_lower: index = s_lower.index(user.nickname_lower) |
