Skip to content

An IRC server I wrote in 2004 for fun, using the Tcl language.

License

Notifications You must be signed in to change notification settings

marcuskammer/tclircd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Note: this is code from 2004! Here only to archive it)

Welcome to the Tcl IRCd!

This is a pure Tcl IRCd, not a full IRC protocol implementation but enough to be used as a real IRC server to open some channel to the public.

You can find more information visiting:

http://www.hping.org/tclircd/

HOW TO RUN IT

Using Tcl8.4 or greater, type:

$ tclsh ircd.tcl

The server will run using the port 6667 for default. You can modify it editing the ircd.tcl file, the configuration stuff is at the end.

You may change the password used to reload the server at runtime from the same part of the ircd.tcl file.

If you plan to hack with this program you should now that it's possible to reload the server at runtime using the following command from the IRC client:

/quote reload

The <password> can be set from the ircd.tcl file. For default it is "betterIfYouChangeThis".

Have fun! antirez

About

An IRC server I wrote in 2004 for fun, using the Tcl language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Tcl 100.0%