ubot2/plugins/example/repeat.py
2014-11-17 17:07:52 -08:00

9 lines
199 B
Python

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