Changeset 804 for trunk/ithildin/modules/ircd/addons/throttle.c
- Timestamp:
- 06/01/07 04:10:37 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/addons/throttle.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/addons/throttle.c
r801 r804 19 19 20 20 MODULE_REGISTER("$Rev$"); 21 /* 22 @DEPENDENCIES@: ircd 23 @DEPENDENCIES@: ircd/addons/acl 24 */ 21 const char **mdepends = [ 22 "ircd", 23 "ircd.addon.acl", 24 NULL 25 ] 25 26 26 27 static const char *throttle_acl_type = "throttle";
Note: See TracChangeset
for help on using the changeset viewer.
