summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-05-08 15:10:05 +0000
committersjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-05-08 15:10:05 +0000
commit9210aae6f994bc9511843fd7e9c94763b930d37b (patch)
tree1504b8e6ef854f076fc4e0b1c758420924753d60 /include
parentd4b6968108f8582b293ff58b4657a3ccf075c7b0 (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.h1
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
/*************************************************************************/