summaryrefslogtreecommitdiff
path: root/src/protocol/plexus3.c
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-08-23 07:57:12 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-08-23 07:57:12 +0000
commite2637d04558871b7cfb0503d0042be42e7cf592b (patch)
treef09307ac660863abc228d3e5d46015b3cc86e877 /src/protocol/plexus3.c
parentd933cd62cb7b88620aa6de431a41e565f96cf056 (diff)
BUILD : 1.7.15 (1140) BUGS : N/A NOTES : Plexus3 can send global EOBs if we send SVS in the capab string - so now we do, this does NOT help with other hyb based ircds, and they still have an issue.
git-svn-id: svn://svn.anope.org/anope/trunk@1140 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@863 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/plexus3.c')
-rw-r--r--src/protocol/plexus3.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/protocol/plexus3.c b/src/protocol/plexus3.c
index 016a12dbf..1e6b8ccb7 100644
--- a/src/protocol/plexus3.c
+++ b/src/protocol/plexus3.c
@@ -912,13 +912,14 @@ plexus_cmd_svinfo ()
KNOCK - supports KNOCK
TBURST - supports TBURST
PARA - supports invite broadcasting for +p
- ENCAP - ?
+ ENCAP - supports encapsulization of protocol messages
+ SVS - supports services protocol extensions
*/
void
plexus_cmd_capab ()
{
send_cmd (NULL,
- "CAPAB :QS EX CHW IE EOB KLN UNKLN GLN HUB KNOCK TBURST PARA ENCAP");
+ "CAPAB :QS EX CHW IE EOB KLN UNKLN GLN HUB KNOCK TBURST PARA ENCAP SVS");
}
/* PASS */