123456789101112131415161718192021222324252627282930313233 |
- ngIRCd - Next Generation IRC Server
- (c)2001-2003 by Alexander Barton,
- alex@barton.de, http://www.barton.de/
- ngIRCd is free software and published under the
- terms of the GNU General Public License.
- -- RFC.txt --
- The Internet Relay Chat (IRC) protocol is documented in these Request for
- Comments (RFC), which you can get e.g. via <http://www.faqs.org/>:
- 1459 Oikarinen, J. & D. Reed, "Internet Relay Chat Protocol",
- May 1993, [IRC].
- 2810 Kalt, C., "Internet Relay Chat: Architecture",
- April 2000, [IRC-ARCH].
- 2811 Kalt, C., "Internet Relay Chat: Channel Management",
- April 2000, [IRC-CHAN].
- 2812 Kalt, C., "Internet Relay Chat: Client Protocol",
- April 2000, [IRC-CLIENT].
- 2813 Kalt, C., "Internet Relay Chat: Server Protocol",
- April 2000, [IRC-SERVER].
- --
- $Id: RFC.txt,v 1.6 2003/03/07 20:42:20 alex Exp $
|