Changeset 110
- Timestamp:
- 10/14/07 15:42:03 (2 years ago)
- Files:
-
- 1 modified
-
adventure/adventuremuc.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adventure/adventuremuc.py
r109 r110 13 13 self.worlds = {} 14 14 15 if not self.connect( server, port):15 if not self.connect(): 16 16 raise Exception, 'Unable to connect to %s:%s' % (server, port) 17 17 if not self.auth(jid, password):
