diff --git a/classes.py b/classes.py index 3ec84cd..1320ea4 100644 --- a/classes.py +++ b/classes.py @@ -566,7 +566,7 @@ class Irc(): log.debug('(%s) Using self.umodes for this query: %s', self.name, self.umodes) if target not in self.users: - log.warning('(%s) Possible desync! Mode target %s is not in the users index.', self.name, target) + log.debug('(%s) Possible desync! Mode target %s is not in the users index.', self.name, target) return [] # Return an empty mode list supported_modes = self.umodes