ubot2/doc/example/repeat2.py
2014-11-17 21:22:37 -08:00

8 lines
184 B
Python

import time
crontable = []
outputs = []
def process_message(data):
if data['channel'].startswith("D"):
outputs.append([data['channel'], "from repeat2: " + data['text']])