diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-09-12 17:49:51 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-09-12 17:49:51 +0000 |
commit | 2d78a392ef603ab66772683e698170026871eec7 (patch) | |
tree | 5659eb676bd37adca1408280080249469da8be3a /src/protocol/plexus3.c | |
parent | 4cb9eb9773a0a0e725a0b3d411129771776eb303 (diff) |
BUILD : 1.7.15 (1154) BUGS : N/A NOTES : Fixed plexus3 noop support
git-svn-id: svn://svn.anope.org/anope/trunk@1154 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@877 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/plexus3.c')
-rw-r--r-- | src/protocol/plexus3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocol/plexus3.c b/src/protocol/plexus3.c index 1e6b8ccb7..a5bd5d126 100644 --- a/src/protocol/plexus3.c +++ b/src/protocol/plexus3.c @@ -770,7 +770,8 @@ plexus_cmd_szline (char *mask, char *reason, char *whom) void plexus_cmd_svsnoop (char *server, int set) { - /* does not support */ + send_cmd(ServerName, "ENCAP %s SVSNOOP %s", + server, (set ? "+" : "-")); } void |