summaryrefslogtreecommitdiff
path: root/src/perl/irc/Channel.xs
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/irc/Channel.xs')
-rw-r--r--src/perl/irc/Channel.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/irc/Channel.xs b/src/perl/irc/Channel.xs
index 472bb56d..828e8cca 100644
--- a/src/perl/irc/Channel.xs
+++ b/src/perl/irc/Channel.xs
@@ -58,6 +58,6 @@ irc_nick_insert(channel, nick, op, halfop, voice, send_massjoin)
int voice
int send_massjoin
CODE:
- RETVAL = irc_nicklist_insert(channel, nick, op, halfop, voice, send_massjoin);
+ RETVAL = irc_nicklist_insert(channel, nick, op, halfop, voice, send_massjoin, NULL);
OUTPUT:
RETVAL