Added text set.

This commit is contained in:
Fletcher Boyd 2013-09-06 14:54:50 +08:00
parent 2103c64dd5
commit 14530f07f1

View file

@ -18,6 +18,7 @@ def bb(format_string):
'[lgray]':'\x0315',} '[lgray]':'\x0315',}
stuff['style'] = {'[b]':'\x02'} stuff['style'] = {'[b]':'\x02'}
stuff['sym'] = {'[point]':'\x07'} stuff['sym'] = {'[point]':'\x07'}
stuff['text'] = {'[url]':'http://'}
final = {} final = {}
for x in stuff: for x in stuff:
final.update(x) final.update(x)