Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def run(self):
- try:
- self.conn.send('220 Welcome to nick server\r\n')
- self.execute()
- except Exception as ex:
- print('Exception raised', end=' ')
- print(ex)
- self.stop();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement