diff options
Diffstat (limited to 'include/s_serv.h')
-rw-r--r-- | include/s_serv.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/include/s_serv.h b/include/s_serv.h index 4a4f66e..00cd972 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -1,8 +1,7 @@ /* - * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd). - * s_serv.h: A header for the server functions. + * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) * - * Copyright (C) 2002 by the past and present ircd coders, and others. + * Copyright (c) 1997-2014 ircd-hybrid development team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +17,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * $Id$ + */ + +/*! \file s_serv.h + * \brief A header for the server functions. + * \version $Id$ */ #ifndef INCLUDED_serv_h @@ -31,7 +33,7 @@ struct MaskItem; /* * number of seconds to wait after server starts up, before * starting try_connections() - * TOO SOON and you can nick collide like crazy. + * TOO SOON and you can nick collide like crazy. */ #define STARTUP_CONNECTIONS_TIME 60 @@ -76,7 +78,7 @@ struct Capability /* - * return values for hunt_server() + * return values for hunt_server() */ #define HUNTED_NOSUCH (-1) /* if the hunted server is not found */ #define HUNTED_ISME 0 /* if this server should execute the command */ |