mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Remove some comments that are now irrelevant (and have been for some time).
This commit is contained in:
parent
fbdc44ca52
commit
52e96bff61
@ -127,13 +127,6 @@ def main():
|
|||||||
|
|
||||||
version = '0.83.4.1+git'
|
version = '0.83.4.1+git'
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
###
|
|
||||||
# Options:
|
|
||||||
# -P (profiling)
|
|
||||||
# -n, --nick (nick)
|
|
||||||
# --startup (commands to run onStart)
|
|
||||||
# --connect (commands to run afterConnect)
|
|
||||||
# --config (configuration values)
|
|
||||||
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
|
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
|
||||||
version='Supybot %s' % version)
|
version='Supybot %s' % version)
|
||||||
parser.add_option('-P', '--profile', action='store_true', dest='profile',
|
parser.add_option('-P', '--profile', action='store_true', dest='profile',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user