diff options
Diffstat (limited to 'lib/irc/irc.ex')
-rw-r--r-- | lib/irc/irc.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/irc/irc.ex b/lib/irc/irc.ex index e063244..78b0611 100644 --- a/lib/irc/irc.ex +++ b/lib/irc/irc.ex @@ -1,5 +1,6 @@ defmodule IRC do + @derive {Poison.Encoder, except: [:replyfun]} defmodule Message do defstruct [:text, {:transport, :irc}, |