ubot2/plugins/example/repeat2.py
2014-11-17 17:30:38 -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']])