summaryrefslogtreecommitdiff
path: root/examples/muc.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/muc.py')
-rwxr-xr-xexamples/muc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/muc.py b/examples/muc.py
index e3433b8f..62e8e898 100755
--- a/examples/muc.py
+++ b/examples/muc.py
@@ -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):
"""