Changeset 804 for trunk/ithildin/modules/ircd/commands/helpops.c
- Timestamp:
- 06/01/07 04:10:37 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/commands/helpops.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/commands/helpops.c
r579 r804 6 6 */ 7 7 8 #include <ithildin/ stand.h>8 #include <ithildin/ithildin.h> 9 9 10 10 #include "ircd.h" … … 14 14 15 15 MODULE_REGISTER("$Rev$"); 16 /* 17 @DEPENDENCIES@: ircd 18 @DEPENDENCIES@: ircd/addons/umode_helper 19 */ 16 const char *mdepends[] = MDEPENDS; 20 17 21 18 /* The 'HELPOPS' command. This allows +h users to send messages to each other
Note: See TracChangeset
for help on using the changeset viewer.
