flyingfisch / python-fischbot

IRC bot for #casiocalc on Afternet
GNU General Public License v3.0
2 stars 0 forks source link

Keep a log #9

Closed flyingfisch closed 10 years ago

flyingfisch commented 10 years ago

Have fischbot output everything said in the channel to a log file. Take care not to have it output PM's though, since those contain passwords.

flyingfisch commented 10 years ago

Currently outputs a log with print, to use it just run like this:

$ python fischbot.py > log.txt