diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-21 21:54:19 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-21 21:54:19 +0000 |
commit | c605a319a7502bd930cdc9649115877b51fbcbd8 (patch) | |
tree | 117fdbdcfaec7a5450113836666ae8875ef4c3c3 /include | |
parent | 6c9a863c019952343ea558e16d3157f8ee575eab (diff) |
Various services compatibility stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@687 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/connection.h b/include/connection.h index 0d9bdb683..12d6dc754 100644 --- a/include/connection.h +++ b/include/connection.h @@ -24,6 +24,7 @@ #define STATE_SYNC 2 #define STATE_NOAUTH_INBOUND 3 #define STATE_NOAUTH_OUTBOUND 4 +#define STATE_SERVICES 5 /** Each connection has one or more of these * each represents ONE outbound connection to another ircd |