[Prev][Next][Index][Thread]
Re: Looking for an IRC server for Linux
On Fri, 31 Jan 1997, Lior Chen wrote:
> Hi All,
>
> Im looking for an IRC server for Linux, where can i one?
ftp.cerf.net:/pub/irc/
Get the +th 5a.3 version, and change the following line in s_bsd.c
irc: {35} diff ircd/s_bsd.c ircd/s_bsd.c.original
1805c1805
< (void)close(fd);
---
> (void)close(newfd);
Which means, to go to line 1805 of s_bsd.c, and change (void)close(newfd);
to (void)close(fd);
--Ariel
>
> Lior <liorc@usa.net>
>
+---------------------------------------------------------+
| Ariel Biener |
| e-mail: ariel@post.tau.ac.il Work ph: 03-6406086 |
+---------------------------------------------------------+