Changeset 110

Show
Ignore:
Timestamp:
10/14/07 15:42:03 (2 years ago)
Author:
elghinn
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • adventure/adventuremuc.py

    r109 r110  
    1313        self.worlds = {} 
    1414     
    15         if not self.connect(server, port): 
     15        if not self.connect(): 
    1616            raise Exception, 'Unable to connect to %s:%s' % (server, port) 
    1717        if not self.auth(jid, password):