Mercurial > hg > discussions
view discusssions/events.py @ 1:79ba50af9443
add more notes
author | k0s <k0scist@gmail.com> |
---|---|
date | Mon, 04 Jan 2010 21:17:41 -0500 |
parents | c904249afb04 |
children |
line wrap: on
line source
""" events: add_message(message) add_member(member, discussion) digest(name, discussion) # name: id token of digest, e.g. 'daily' """ def notify_subscribers(message): """notify subscribers"" def notify_digest_subscribers(message, group): """notify digest subscribers"""