diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-05-08 15:10:05 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-05-08 15:10:05 +0000 |
commit | 9210aae6f994bc9511843fd7e9c94763b930d37b (patch) | |
tree | 1504b8e6ef854f076fc4e0b1c758420924753d60 /include | |
parent | d4b6968108f8582b293ff58b4657a3ccf075c7b0 (diff) |
Patch to allow jupe on all bar uplink and self. Thanks Adam. (Bug #1076)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2297 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r-- | include/services.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/services.h b/include/services.h index 11a909c40..79ff66635 100644 --- a/include/services.h +++ b/include/services.h @@ -851,6 +851,7 @@ struct server_ { #define SERVER_ISME 0x0001 #define SERVER_JUPED 0x0002 +#define SERVER_ISUPLINK 0x0004 /*************************************************************************/ |