Ticket #69: test.patch
| File test.patch, 465 bytes (added by dx, 17 months ago) |
|---|
-
core.py
331 331 # send our contacts (as of rev 411 only FL contacts are sent) 332 332 for i in self.createADL(): 333 333 self.socket.sendPayloadCommand( "ADL", '', i ) 334 time.sleep(10) # wait 10 seconds 334 335 335 336 # change the personal message 336 337 self.changePersonalMessage('')
