punchagan / childrens-park

A Jabber/Google-talk bot that can be used as a chatroom. (Based on python-jabberbot)
10 stars 6 forks source link

Add message processor hooks. #5

Closed punchagan closed 10 years ago

punchagan commented 10 years ago

The dump urls is now done as a message processor hook, running in a separate thread. Since, we have functions doing stuff to files on threads, we also need a lock, now!