summaryrefslogtreecommitdiff
path: root/src/protocol/plexus3.c
diff options
context:
space:
mode:
authordrstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-08-30 20:59:14 +0000
committerdrstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-08-30 20:59:14 +0000
commitfb8c78607c5687596708f34d5f16fe539c323c2c (patch)
tree95f5348c24114920de6d0e3c52543eab81fb3839 /src/protocol/plexus3.c
parentcc15db0a4428bd41218fd1870529b87df1aafb31 (diff)
BUILD : 1.7.19 (1291) BUGS : 774 NOTES : Unreals (3.2) SVSJOIN command now supports channel keys
git-svn-id: svn://svn.anope.org/anope/trunk@1291 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1009 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/plexus3.c')
-rw-r--r--src/protocol/plexus3.c2
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);
}