Examples: remove wait arg to join_muc calls
it hasn’t worked in years, and I removed it recently
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user