mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-18 08:29:27 +01:00
Added __revision__.
This commit is contained in:
parent
c6f3c508dd
commit
5d2b23811a
@ -29,6 +29,8 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
###
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import supybot
|
||||
|
||||
import supybot.fix as fix
|
||||
@ -42,8 +44,6 @@ def main():
|
||||
import supybot.log as log
|
||||
import supybot.conf as conf
|
||||
conf.supybot.log.stdout.setValue(False)
|
||||
#conf.supybot.log.level.set('DEBUG')
|
||||
|
||||
parser = optparse.OptionParser(usage='Usage: %prog [options] <users.conf>',
|
||||
version='supybot %s' % conf.version)
|
||||
parser.add_option('-u', '--username', action='store', default='',
|
||||
|
Loading…
Reference in New Issue
Block a user