diff options
Diffstat (limited to 'src/protocol/plexus2.c')
-rw-r--r-- | src/protocol/plexus2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/plexus2.c b/src/protocol/plexus2.c index 203f61a2b..91d33c78d 100644 --- a/src/protocol/plexus2.c +++ b/src/protocol/plexus2.c @@ -1645,7 +1645,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) { /* Not Supported by this IRCD */ } |