Code: Select all
################################################################################
# #
# ircd.tcl by demond@nospam.net #
# #
# this emulates ircd by connecting as IRC server and relaying nicks/chans/msgs #
# in attempt to populate your tiny network with users & stuff; it has the uniq #
# ue ability to relay channels as one-to-many, that is, to split a large chann #
# el your bot stays on into several smaller channels; supported uplink ircd ty #
# pes are hybrid6, hybrid7 and unreal #
# #