mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
Added a necessary global statement to allow bolding.
This commit is contained in:
parent
9d30ca3138
commit
697b7d511e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user