diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | README | 13 |
2 files changed, 14 insertions, 4 deletions
@@ -1,3 +1,8 @@ +0.2.0 2003-12-12 + + * Added switch for specifying a MOTD file. + * Added WHOIS and MOTD commands. + 0.1.1 2003-12-09 * Handle bad port specification nicely. @@ -3,9 +3,10 @@ miniircd -- A (very) simple Internet Relay Chat (IRC) server Description: - miniircd is a small and limited IRC server. Yet, it's a functional - alternative to a full-blown ircd if you want to run a small IRC - server for private or internal usage. + miniircd is a small and limited IRC server written in Python. + Despite its size, it is a functional alternative to a full-blown + ircd for private or internal use. Installation is simple; no + configuration is required. Features: @@ -43,6 +44,10 @@ Homepage: http://joel.rosdahl.net/projects/#miniircd -Authors: +Author: Joel Rosdahl <joel@rosdahl.net> + +Thanks to: + + Linus Sjöberg |