Added a necessary global statement to allow bolding.

This commit is contained in:
Jeremy Fincher 2003-10-12 12:35:07 +00:00
parent 9d30ca3138
commit 697b7d511e
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ def myPrint(s, unformatted=True):
print
def main():
global useColor
parser = optparse.OptionParser(usage='Usage: %prog [options]',
version='Supybot %s' % conf.version)
(options, args) = parser.parse_args()