Changeset 806 for trunk/ithildin/modules/ircd/protocols/rfc1459.c
- Timestamp:
- 06/01/07 11:09:07 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/protocols/rfc1459.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/protocols/rfc1459.c
r579 r806 2 2 * rfc1459.c: the standard client 'RFC1459' protocol 3 3 * 4 * Copyright 2002 the Ithildin Project.4 * Copyright 2002-2007 the Ithildin Project. 5 5 * See the COPYING file for more information on licensing and use. 6 6 */ 7 7 8 #include <ithildin/ stand.h>8 #include <ithildin/ithildin.h> 9 9 10 10 #include "ircd.h" … … 13 13 14 14 MODULE_REGISTER("$Rev$"); 15 /* 16 @DEPENDENCIES@: ircd 17 @DEPENDENCIES@: ircd/commands/nick ircd/commands/pass ircd/commands/user 18 */ 15 const char *mdepends[] = MDEPENDS; 19 16 20 17 /* parser for packets */
Note: See TracChangeset
for help on using the changeset viewer.
