Skip to content

Commit

Permalink
update args in sioclogbot usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tuukka committed Sep 29, 2009
1 parent 039f97d commit 2e345a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sioclogbot.py
Expand Up @@ -5,9 +5,9 @@
Requires Twisted Python
Usage:
sioclogbot.py server serverport nick user name channels logfile
sioclogbot.py server serverport nick user name channels logfile admin rootURI
For example:
sioclogbot.py irc.freenode.net 6667 sioc sioc "SIOC bot" "#sioc" sioc.log
sioclogbot.py irc.freenode.net 6667 sioc sioc "SIOC bot" "#sioc" sioc.log tuukkah http://irc.sioc-project.org/
"""

# ChangeLog:
Expand Down Expand Up @@ -355,7 +355,7 @@ def logLine(self, line):
rootURI = sys.argv[9]
except Exception, e:
err(str(e))
err("Usage: %s server serverport nick user name channels logfile admin"
err("Usage: %s server serverport nick user realname channels logfile admin rootURI"
% sys.argv[0])
sys.exit(5)
info("i am %s!%s :%s" % (nick, user, name))
Expand Down

0 comments on commit 2e345a2

Please sign in to comment.