This commit is contained in:
Manuel Friedli 2012-07-19 02:22:46 +00:00
parent a05ee76c28
commit 4cfdef3aaa
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ import palaver
class Options(usage.Options):
optParameters = [
('jid', None, None),
('rhost', None, None),
('rport', None, None),
('secret', None, None),
@ -21,7 +22,7 @@ class Options(usage.Options):
('dbuser', None, 'muc'),
('dbhostname', None, None),
('log', 'l', './html/logs/'),
('config', 'c', 'config.xml')
('config', 'c', 'config.xml'),
]
optFlags = [