diff options
-rw-r--r-- | README | 5 | ||||
-rwxr-xr-x | miniircd | 3 |
2 files changed, 3 insertions, 5 deletions
@@ -21,9 +21,8 @@ Description: * Can't connect to other IRC servers. * Only knows the most basic IRC commands. * No IRC operators. - * No channel IRC operators. - * No other mechanism to reject clients than requiring a server - password. + * No channel operators. + * No other mechanism to reject clients than requiring a password. Requirements: @@ -719,8 +719,7 @@ def displayUsage(): print " -p, --password X Require connection password X. Default: no password." print " --ports X Listen to ports X (a list separated by comma or" print " whitespace). Default: 6667." - print " -v, --verbose Be verbose (print connections and deconnections on" - print " stdout)." + print " -v, --verbose Be verbose (print some progress messages on stdout)." def main(argv): try: |