This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

NEW! an ircd emulator, copying bot's channels on another net

Old posts that have not been replied to for several years.
Locked
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

NEW! an ircd emulator, copying bot's channels on another net

Post by demond »

from script's header:

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                                          #
#                                                                              #
Locked