diff options
Diffstat (limited to 'examples/muc.py')
-rwxr-xr-x | examples/muc.py | 2 |
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): """ |