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 /include/plexus.h | |
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 'include/plexus.h')
-rw-r--r-- | include/plexus.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/plexus.h b/include/plexus.h index d1c3eac5e..5c90bcbfd 100644 --- a/include/plexus.h +++ b/include/plexus.h @@ -13,15 +13,6 @@ #ifdef IRC_PLEXUS -#define PROTECT_SET_MODE "+" -#define PROTECT_UNSET_MODE "+" -#define CS_CMD_PROTECT "PROTECT" -#define CS_CMD_DEPROTECT "DEPROTECT" -#define FANT_PROTECT_ADD "!protect" -#define FANT_PROTECT_DEL "!deprotect" -#define LEVEL_PROTECT_WORD "AUTOPROTECT" -#define LEVELINFO_PROTECT_WORD "PROTECT" -#define LEVELINFO_PROTECTME_WORD "PROTECTME" #define UMODE_a 0x00000001 #define UMODE_h 0x00000002 |