ubot2/doc/example-plugins/repeat.py
2014-11-18 09:20:00 -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 repeat1: " + data['text']])