mal wieder versucht zu pushen ohne vorher zu pullen
This commit is contained in:
+++ 2022-01-19 20:58:01 +01:00
commit 0a080a67d7

View file

@ -57,10 +57,10 @@ class IdleBot(slixmpp.ClientXMPP):
room -- The room to join.
'''
self.plugin['xep_0045'].join_muc(room,
self.nick,
self.nick) # ,
# If a room password is needed, use:
# password=the_room_password,
wait=True)
# wait=True)
logging.info('Joined room {}'.format(room))
self.room_roster[room] = []