Only does one at a time
The bot can only do one replacement at a time.
Use callback_message
and use regex replacements one at a time to build up reply, and then send it. Regexes to be compiled in __init__
.
Will fix #3 (closed) and will make #2 easier to implement.