1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Updated cricket plugin

This commit is contained in:
James Booth 2013-08-11 22:12:34 +01:00
parent dc896b27d4
commit 90397f8160

View File

@ -3,8 +3,8 @@ import urllib2
import json
import time
score_url = "http://api.scorescard.com/?type=score&teamone=Australia&teamtwo=England"
#score_url = None
#score_url = "http://api.scorescard.com/?type=score&teamone=Australia&teamtwo=England"
score_url = None
summary = None
@ -12,7 +12,7 @@ summary = None
def prof_init(version, status):
if score_url:
prof.register_timed(get_scores, 60)
prof.register_command("/cricket", 0, 0, "/cricket", "Get latest cricket score.", "Get latest cricket score.", cmd_cricket)
prof.register_command("/cricket", 0, 0, "/cricket", "Get latest cricket score.", "Get latest cricket score.", cmd_cricket)
def prof_on_start():
if score_url: