aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-06-09 10:40:35 +0400
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-06-09 10:40:52 +0400
commit62be3bc1119022599cb568548a21c57d6235e31d (patch)
tree292ab37952d1f1f282c380da0c0301a5405a6508 /src
parentDon't stop irc table conversion on broken JIDs (diff)
Fix previous commit
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) ->