telegram-bot-bash/modules/inline.sh

15 lines
367 B
Bash
Raw Normal View History

#!/bin/bash
# file: modules/inline.sh
# do not edit, this file will be overwritten on update
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
2019-05-02 10:33:10 +00:00
#### $$VERSION$$ v0.80-dev-2-g4e4194d
# source from commands.sh to use the inline functions
2019-05-02 10:33:10 +00:00
process_inline() {
echo "$UPDATE" >>INLINE.log
}