Examples: remove wait arg to join_muc calls

it hasn’t worked in years, and I removed it recently
This commit is contained in:
mathieui
2020-12-01 19:36:40 +01:00
parent 6ff5162fb4
commit 45a14871ee
2 changed files with 4 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ class MUCBot(slixmpp.ClientXMPP):
self.nick,
# If a room password is needed, use:
# password=the_room_password,
wait=True)
)
def muc_message(self, msg):
"""