include dir and example config
This commit is contained in:
parent
5608883b45
commit
3cd6315912
5 changed files with 5 additions and 1 deletions
8
doc/example-plugins/repeat.py
Normal file
8
doc/example-plugins/repeat.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import time
|
||||
crontable = []
|
||||
outputs = []
|
||||
|
||||
def process_message(data):
|
||||
if data['channel'].startswith("D"):
|
||||
outputs.append([data['channel'], "from repeat1: " + data['text']])
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue