|
|
your own irc server |
| iacd-0.0.26.tar.gz |
|
And save them on your computer. (in text mode) Type tar xvfz iacd-0.0.26.tar.gz cd iacd-0.0.26 ./configure make make install Now you can start the server (in text mode) Type iacd to start the irc server or iacd -d to start the irc server on the background NOTE 1 To change the confige file open de file /usr/local/etc/iacd.conf Open it with a editor and change this lines to your own idea. Let the rest of the file unchanged client_port 6667 server_port 7001 server_name nilix you can fill in here the name you like #server_info iacd irc server lastlog 1 motd /etc/iacd/motd  You can put a # in the frond of the line to kill the line log_channels 1  You can put a # in the frond of the line to kill the line log_prefix /var/log/iacd  You can put a # in the frond of the line to kill the line timestamps 1 NOTE 2 Make a file in de /act/iacd Name this file motd (message of the day) This file will be runed when a cliend irc computer is logging in on your irc server when he start his programm he wil see the message you have write there Make the file like this: -- Hello there user -- type /join #room to open a room on this server -- type /join #linux to open a linux room -- mij own irc server i like it And save the file with the name motd NOTE 3 Log files wil be made in the /var/log/iacd directory Evry room has his own log file |