summaryrefslogtreecommitdiff
path: root/miniircd
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2003-12-02 20:34:21 +0000
committerJoel Rosdahl <joel@rosdahl.net>2011-08-21 15:53:50 +0200
commit7c54ee4594c589b16c718d09a1cc6c5a9b94d45f (patch)
tree1ffcdf4339cf39d79da6652d24278835cc8d933a /miniircd
parenta719970eb5a2edaed93781de543026a9cf735012 (diff)
downloadminiircd-7c54ee4594c589b16c718d09a1cc6c5a9b94d45f.tar.gz
miniircd-7c54ee4594c589b16c718d09a1cc6c5a9b94d45f.zip
Add license, Makefile and some documentation
Added COPYING, README and Makefile files and clarified help text for some switches.
Diffstat (limited to 'miniircd')
-rwxr-xr-xminiircd26
1 files changed, 23 insertions, 3 deletions
diff --git a/miniircd b/miniircd
index a0794f4..f9c45d5 100755
--- a/miniircd
+++ b/miniircd
@@ -1,6 +1,24 @@
#! /usr/bin/env python
#
# tag: miniircd main program
+# Copyright (C) 2003 Joel Rosdahl
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+#
+# Joel Rosdahl <joel@rosdahl.net>
version = "0.0.0"
@@ -671,9 +689,11 @@ def displayUsage():
print "Arguments:"
print
print " -h, --help Show this help text."
- print " -p, --password X Require connection password X."
- print " --ports X Listen to ports X."
- print " -v, --verbose Be verbose."
+ 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)."
def main(argv):
try: