9 lines
300 B
Python
9 lines
300 B
Python
|
"""
|
||
|
Bots that listen to different sources.
|
||
|
|
||
|
Quick and dirty for now, not bothering to generalize this, but in the future
|
||
|
would be nice to be able to have multiple clients listening to different sources,
|
||
|
apply (contextually modified) actions, and then optionally send on to some interface/format
|
||
|
"""
|
||
|
|