21 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| dr.botzo --- BUGS
 | |
| 
 | |
|    * being in #chan and telling the bot to !part #chan is a crash if it can't message
 | |
|      #chan after it leaves
 | |
|    * Countdown formatting has singular nouns for negative numbers (-21 day)
 | |
|    * probably many, many more
 | |
|    * possible to have not well-formed XML in pywapi.get_weather_from_google:
 | |
|      xml.parsers.expat.ExpatError: not well-formed (invalid token)
 | |
|    * get_db() in Module is not thread-aware, threads other than the main bot thread
 | |
|      cannot call it (see Twitter.py)
 | |
|      ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 1 and this is thread id 2
 | |
|    * various stuff (or at least !alias list) doesn't get privmsg handling right, and
 | |
|      ends up sending the reply to the bot itself (as that is the target of the incoming
 | |
|      privmsg, same as in a channel, but the bot is supposed to overwrite the nick case
 | |
|      with the sender's)
 | |
|    * line saying only '!alias' == crash
 | |
|    * if a trigger text replacement happens, the original text is unavailable to modules
 | |
|      f.x., saying (this text will be replaced with a trigger)++ will cause (replacement)++
 | |
|      to be seen by the karma module. fix: pass along the original text as an argument
 | |
|      to modules, and/or have karma look in the events structure for the original text
 |