LinuxMercedes / markovirc

Markov Chain IRC bot
3 stars 1 forks source link

Tag input based on source #2

Closed LinuxMercedes closed 10 years ago

LinuxMercedes commented 10 years ago

This would allow us to remove data from channels that don't exist or private channels, as well as spam/unwanted input from PMs.

brhoades commented 10 years ago

I'm thinking of a relational design that does the following:

brhoades commented 10 years ago

This is currently done and inserted into the text database with a source id, which can point to an entry for a channel with a user id always present.