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/plexus.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/plexus.c')
-rw-r--r-- | src/plexus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plexus.c b/src/plexus.c index f88886beb..538b19a8f 100644 --- a/src/plexus.c +++ b/src/plexus.c @@ -687,6 +687,8 @@ 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); |