Remove some comments that are now irrelevant (and have been for some time).

This commit is contained in:
Jeremy Fincher 2009-11-25 09:14:05 -06:00
parent fbdc44ca52
commit 52e96bff61

View File

@ -127,13 +127,6 @@ def main():
version = '0.83.4.1+git'
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',
version='Supybot %s' % version)
parser.add_option('-P', '--profile', action='store_true', dest='profile',