diff --git a/urlbot.py b/urlbot.py index a38c6a2..9b9995d 100755 --- a/urlbot.py +++ b/urlbot.py @@ -158,12 +158,10 @@ class UrlBot(IdleBot): @cached def get_bots_present(room): - print("test!") other_bots = conf_load().get("other_bots", ()) users = self.plugin['xep_0045'].getRoster(room) return set(users).intersection(set(other_bots)) - def _prevent_panic(message, room): """check other bots, add nospoiler with urls""" if 'http' in message: