LilianaKinsley / PinkiePyBot

Python IRC bot remixed for Canternet, the Pony IRC. Based on mutantmonkey's Python 3 fork.
http://jordantkinsley.org/PinkiePyBot
6 stars 4 forks source link

img.py does not delete when used by admin #11

Open Kopachris opened 9 years ago

Kopachris commented 9 years ago

remove() queries using channel AND character AND nick. If admin is deleting,delete() skips verify_nick() as expected, but because nick is the admin's nick, the query returns and empty set and no rows are deleted. Fix here: http://pastebin.com/eeG8JnKp