2018-12-31 08:11:28 +01:00
|
|
|
ircd-hybrid (A lightweight, high-performance IRC daemon)
|
|
|
|
|
2022-03-13 23:05:39 +01:00
|
|
|
ircd is the server (daemon) program for the Internet Relay Chat
|
|
|
|
Program. The ircd is a server in that its function is to "serve" the
|
|
|
|
client program irc and other compatible programs with messages and
|
|
|
|
commands. All commands and user messages are passed directly to the
|
|
|
|
ircd for processing and relaying to other IRC servers.
|
2018-12-31 08:11:28 +01:00
|
|
|
|
2022-03-13 23:05:39 +01:00
|
|
|
This is ircd-hybrid, the highly modified (and hopefully improved)
|
|
|
|
variant of the original ircd program by Jarkko Oikarinen.
|
2018-12-31 08:11:28 +01:00
|
|
|
|
|
|
|
Groupname and Username
|
|
|
|
|
|
|
|
You must have the "ircd" group and user to run this script, for example:
|
|
|
|
|
|
|
|
groupadd -g 360 ircd
|
|
|
|
useradd -u 360 -s /bin/false -d /var/empty -g ircd ircd
|