19 lines
		
	
	
		
			897 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			897 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
dr.botzo --- TODO
 | 
						|
 | 
						|
   Both a reminder to myself and a hint to anyone else who wants to hack around...
 | 
						|
 | 
						|
   * 8ball style module
 | 
						|
   * modularizing
 | 
						|
      * commands (in IrcAdmin?) to allow for loading/unloading of modules and saving the config file
 | 
						|
   * some sort of cron interface (periodic events)
 | 
						|
   * named pipe to send commands to the bot outside of IRC
 | 
						|
   * merge fact, url, etc. into a sqlite thing that lets you query on category ('fact', 'url', etc.)
 | 
						|
      * idea is to have all that in one data storage point, organized by said category
 | 
						|
   * more text modification nonsense
 | 
						|
   * any interesting web service stuff?
 | 
						|
   * obligatory info command
 | 
						|
   * settle on docstrings: http://www.python.org/dev/peps/pep-0257/
 | 
						|
   * voice survivor --- track how long users have voice, score them somehow
 | 
						|
   * fix the cheap unicode escapes in GoogleTranslate
 | 
						|
   * periodic reconnects when disconnected/split
 |