Changeset 806 for trunk/ithildin/modules/ircd/addons/hostmask.c
- Timestamp:
- 06/01/07 11:09:07 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/addons/hostmask.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/addons/hostmask.c
r804 r806 2 2 * hostmask.c: configuration based user-hostmasking 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 * … … 9 9 */ 10 10 11 #include <ithildin/ stand.h>11 #include <ithildin/ithildin.h> 12 12 13 13 #include "ircd.h" … … 16 16 17 17 MODULE_REGISTER("$Rev$"); 18 const char **mdepends = [ 19 "ircd", 20 NULL 21 ] 18 const char *mdepends[] = MDEPENDS; 22 19 23 20 #define CGI_IRC_SPECIAL_MASK "cgi:irc"
Note: See TracChangeset
for help on using the changeset viewer.
