Commit Graph

8 Commits (master)

Author SHA1 Message Date
Matthew Ramina cbcb25a64b Updated .seen, added time since to response 2013-11-28 22:51:08 -08:00
mutantmonkey 7622bd3376 fix filename of seen.db files 2013-01-02 19:48:06 +01:00
Reese Moore 62a5ce7681 Make '.seen' persistent
Instead of using a dict, use a shelve so that seen is persistent across phenny
reloads.

This will cause some more disk IO as we are syncing the shelve every time
someone says something. It is probably better to just .close() the shelve when
phenny exits (using atexit).

Also, clean up some dead code that was left in the module.
2013-01-01 15:19:06 -05:00
mutantmonkey 56f116732d module formatting tweaks; tabs -> spaces and more 2012-01-03 14:24:19 -05:00
mutantmonkey f236a203df remove execute permissions from modules (unneeded) 2011-12-21 01:32:16 -05:00
mutantmonkey 50fe275870 Port to python3, fix ssl support 2011-09-22 14:17:27 -04:00
Sean B. Palmer f81eae836d Better __doc__ consistency; really a test of some mercurial issues. 2008-03-02 14:44:14 +00:00
Sean B. Palmer 7931fab145 Phenny2, now being tested on Freenode as the main phenny. 2008-02-21 12:06:33 +00:00