Commit Graph

63 Commits

Author SHA1 Message Date
Brian S. Stephan f1ff281da2 Markov: port IRC bot module to django models
work in progress, not everything works yet, but the important stuff
should
2014-04-05 15:55:33 -05:00
Brian S. Stephan 643147cec7 Races: add FK to Race in RaceUpdate 2014-03-20 18:36:52 -05:00
Brian S. Stephan 1157fab28f Races: log the proper thing on a start 2014-03-20 18:32:48 -05:00
Brian S. Stephan 5fff9411a5 Races: add module to do a crude racebot thing
join/start/update/finish/leave. good enough start i think
2014-03-16 15:46:15 -05:00
Brian S. Stephan 3316f4a868 Seen: don't overwrite the speaking nick
in case we ever need it for anything
2014-03-16 15:14:34 -05:00
Brian S. Stephan bda4b78564 DrBotIRC: have regex handler take list of events
forgot to commit the unhook part
2014-03-16 15:09:46 -05:00
Brian S. Stephan 0c7e4023ac Seen: convert to new-style module 2014-03-16 15:04:24 -05:00
Brian S. Stephan 319fb5b7e9 DrBotIRC: have regex handler take list of events
this is for convenience since doing pubmsg+privmsg will be pretty common
2014-03-16 15:02:04 -05:00
Brian S. Stephan 930523e818 Seen: strftime the output seen time 2014-03-16 12:47:47 -05:00
Brian S. Stephan ce761e56b3 Seen: don't use ModificationDateTimeField
this is so we can set it properly in an import script
2014-03-16 12:16:21 -05:00
Brian S. Stephan 84ee09d4a3 migrate Seen to django models and whatnot
this also adds south and django_extensions stuff, because that is the
natural thing to do. this is a pretty good start, i think
2014-03-16 11:35:01 -05:00
Brian S. Stephan 4633c936fb have dr.botzo use django settings
a couple are set as a proof of concept, too lazy to move everything
right now
2014-03-16 09:59:52 -05:00
Brian S. Stephan e7b132348f actually i need to call this ircbot
so i don't collide with the django dr_botzo
2014-03-16 09:18:17 -05:00