diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-15 23:18:30 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-15 23:18:30 +0000 |
commit | f52c92f2d820ed9e981f5789667297b6c080ba2b (patch) | |
tree | 173e2cbdb1bdde26dfc38a4dc23e2324ade815a0 /src/dreamforge.c | |
parent | 1d4db8b86d02a48c3c74c5f8c6a0bc3e62e0e49c (diff) |
BUILD : 1.7.8 (626) BUGS : N/A NOTES : Moved the protect defines out of the ircd protocol header files.
git-svn-id: svn://svn.anope.org/anope/trunk@626 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@474 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/dreamforge.c')
-rw-r--r-- | src/dreamforge.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dreamforge.c b/src/dreamforge.c index c82a279f3..c4b3dc5f0 100644 --- a/src/dreamforge.c +++ b/src/dreamforge.c @@ -460,8 +460,11 @@ int anope_event_436(char *source, int ac, char **av) /* *INDENT-OFF* */ void moduleAddIRCDMsgs(void) { + Message *m; + updateProtectDetails("PROTECT","PROTECTME","!protect","!deprotect","AUTOPROTECT","+","-"); + m = createMessage("401", anope_event_null); addCoreMessage(IRCD,m); m = createMessage("402", anope_event_null); addCoreMessage(IRCD,m); m = createMessage("436", anope_event_436); addCoreMessage(IRCD,m); |