02-04-2010, 07:09 PM
Looks nice and quite long to look over, just a suggestion,
You can make your pretty tabs with this:
This will save you some time.
Looks like a fully functional program with error handling and all, I love the idea of it, great for those struggling with IRC bots.
Code:
server = raw_input(' Server: ')
You can make your pretty tabs with this:
Code:
server = raw_input('\tServer: ')
Looks like a fully functional program with error handling and all, I love the idea of it, great for those struggling with IRC bots.