diff options
Diffstat (limited to 'src/mod_irc_connection.erl')
-rw-r--r-- | src/mod_irc_connection.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mod_irc_connection.erl b/src/mod_irc_connection.erl index 78b50a1b9..a2837f527 100644 --- a/src/mod_irc_connection.erl +++ b/src/mod_irc_connection.erl @@ -39,7 +39,6 @@ handle_sync_event/4, handle_info/3, terminate/3, code_change/4]). --include("type_compat.hrl"). -include("logger.hrl"). -include("xmpp.hrl"). @@ -57,7 +56,7 @@ ident = <<"">> :: binary(), realname = <<"">> :: binary(), nick = <<"">> :: binary(), - channels = dict:new() :: ?TDICT, + channels = dict:new() :: dict:dict(), nickchannel :: binary() | undefined, webirc_password :: binary(), mod = mod_irc :: atom(), |