Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def getCfg(section, param):
- config = configparser.ConfigParser()
- config.sections()
- config.read("tabcfg.ini")
- return config[section][param]
- _cfg_se_help_u = "\n" + "var help=\"<ul> \\ "+"\n"+getCfg('SENAMES', 'search1')+"\n"+getCfg('SENAMES', 'search2')+"\n"+getCfg('SENAMES', 'search3')+"\n"+getCfg('SENAMES', 'search4')+"\n"+getCfg('SENAMES', 'search5')+"\n"+getCfg('SENAMES', 'search6')+"\n"+getCfg('SENAMES', 'search7')+"\n"+getCfg('SENAMES', 'search8')+"\n"+getCfg('SENAMES', 'search9')+"\n"+getCfg('SENAMES', 'search10')+"\n"+"</ul> \";\n"
- [SENAMES]
- search1 = <li><b>!g</b> = Search Google (Default)</li>\
- search2 = <li><b>!i</b> = Search Google Images</li>\
- search3 = <li><b>!m</b> = Search IMDb</li> \
- search4 = <li><b>!u</b> = Search Urban Dictionary</li> \
- search5 = <li><b>!w</b> = Search Wikipedia</li> \
- search6 = <li><b>!y</b> = Search YouTube</li> \
- search7 = <li><b>!d</b> = Search DeviantArt</li> \
- search8 =
- search9 =
- search10 =
Advertisement
Add Comment
Please, Sign In to add comment