diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2014-06-09 10:40:35 +0400 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2014-06-09 10:40:52 +0400 |
commit | 62be3bc1119022599cb568548a21c57d6235e31d (patch) | |
tree | 292ab37952d1f1f282c380da0c0301a5405a6508 /src | |
parent | Don't stop irc table conversion on broken JIDs (diff) |
Fix previous commit
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_irc.erl | 3 |
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) -> |