#include <stdio.h>
Go to the source code of this file.
Variables | |
char * | services_info [] |
Services' credits This is the text shown when a user does /INFO . |
This module contains the credits for services.
Definition in file credits.c.
|
Initial value: { "Services is Copyright (c) 1996-1997 Chip Norkus", " Copyright (c) 1997 Max Byrd", " Copyright (c) 1997 Greg Poma", " Copyright (c) 1997, 1999 Michael Graff", " Copyright (c) 1998-2001 James Hess", " Copyright (c) 1997 Dafydd James", " All rights reserved.", "", "The following helped in the development of the SorceryNet", "services system based on the original services set which was", "developed by Chip Norkus, Max Byrd, and Greg Poma:", "", " Some2 - - ", " TazQ - tazq@sorcery.net ", " White_dragon - - ", " Mysidia James Hess mysidia-ss@flame.org", " DuffJ Dafydd James duffj@sorcery.net ", " Echostar - - ", " Slvrchair - slvrchair@sorcery.net", "", "This product includes software developed by: Chip Norkus, Max Byrd,", "Greg Poma, Michael Graff, James Hess, and Dafydd James.", NULL }
Definition at line 50 of file credits.c. Referenced by sendInfoReply(). |