diff options
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 |