diff options
Diffstat (limited to 'src/protocol/plexus3.c')
-rw-r--r-- | src/protocol/plexus3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/plexus3.c b/src/protocol/plexus3.c index b6d81ef4e..aa5a42c99 100644 --- a/src/protocol/plexus3.c +++ b/src/protocol/plexus3.c @@ -1622,7 +1622,7 @@ anope_event_pass (char *source, int ac, char **av) } void -plexus_cmd_svsjoin (char *source, char *nick, char *chan) +plexus_cmd_svsjoin (char *source, char *nick, char *chan, char *param) { send_cmd(ServerName, "ENCAP * SVSJOIN %s %s", nick, chan); } |