ubot2/plugins/example/counter.py

10 lines
175 B
Python
Raw Normal View History

2014-11-17 17:07:52 -08:00
import time
crontable = []
outputs = []
#crontable.append([.5,"add_number"])
crontable.append([5,"say_time"])
def say_time():
outputs.append(["D030GJLM2", time.time()])