summaryrefslogtreecommitdiff
path: root/lib/irc.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2020-07-07 21:39:10 +0200
committerhref <href@random.sh>2020-07-07 21:39:51 +0200
commitd6ee134a5957e299c3ad59011df320b3c41e6e61 (patch)
tree29567e6635466f8a3415a935b3cc8a777019f5bc /lib/irc.ex
parentbleh (diff)
pouet
Diffstat (limited to 'lib/irc.ex')
-rw-r--r--lib/irc.ex3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/irc.ex b/lib/irc.ex
index f989366..1e1fd50 100644
--- a/lib/irc.ex
+++ b/lib/irc.ex
@@ -2,6 +2,9 @@ defmodule IRC do
defmodule Message do
defstruct [:text,
+ {:transport, :irc},
+ :network,
+ :account,
:sender,
:channel,
:trigger,