aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mod_irc.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_irc.erl b/src/mod_irc.erl
index 7b31a26a4..c7dda8303 100644
--- a/src/mod_irc.erl
+++ b/src/mod_irc.erl
@@ -1238,7 +1238,8 @@ data_to_binary(JID, Data) ->
?ERROR_MSG("failed to convert "
"parameter ~p",
[Param])
- end
+ end,
+ []
end
end, Params)};
(Opt) ->