diff options
author | href <href@random.sh> | 2021-09-01 10:30:18 +0200 |
---|---|---|
committer | href <href@random.sh> | 2021-09-01 10:30:18 +0200 |
commit | 75687711f35355bc30e4829439384aab28fcac6d (patch) | |
tree | 8f3256f472893c39720a684d390e890a152f7303 /lib/irc.ex | |
parent | link: post_* callbacks; html & pdftitle. (diff) |
Commit all the changes that hasn't been committed + updates.
Diffstat (limited to 'lib/irc.ex')
-rw-r--r-- | lib/irc.ex | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ defmodule IRC do :sender, :channel, :trigger, - :replyfun] + :replyfun, + :at] end defmodule Trigger do defstruct [:type, :trigger, :args] |