diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-03 20:29:33 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-03 20:29:33 +0000 |
commit | 426f72117b4557b2d348eddcb2e89e90eff77270 (patch) | |
tree | 8a91b658d4313ead66e9d94f9297d5b2efb5fcb3 /include | |
parent | affc29aca56d8777966f0a5a3b3a01dd5d3dffb2 (diff) |
Fix bug #1080, changing core pseudo-client nicks in the config should register the change when the bots are brought back online, patch from Adam.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2310 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r-- | include/services.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/services.h b/include/services.h index 13cb293c7..a2c9db2ab 100644 --- a/include/services.h +++ b/include/services.h @@ -1178,6 +1178,13 @@ typedef struct ircd_modes_ { #define DEF_LANGUAGE LANG_EN_US #define BI_PRIVATE 0x0001 +#define BI_CHANSERV 0x0002 +#define BI_BOTSERV 0x0004 +#define BI_HOSTSERV 0x0008 +#define BI_OPERSERV 0x0010 +#define BI_MEMOSERV 0x0020 +#define BI_NICKSERV 0x0040 +#define BI_GLOBAL 0x0080 #define CUS_OP 0x0001 #define CUS_VOICE 0x0002 |