]> jfr.im git - irc/quakenet/qwebirc.git/blob - bin/optionsgen.py
Add options generator I forgot to add...
[irc/quakenet/qwebirc.git] / bin / optionsgen.py
1 import config, simplejson
2
3 def get_options():
4 options = dict(networkName=config.NETWORK_NAME, networkServices=[config.AUTH_SERVICE], loginRegex=config. AUTH_OK_REGEX, appTitle=config.APP_TITLE)
5 return simplejson.dumps(options)