Packages

A basic IRC client that is most useful for writing a bot.

Current section

Files

Jump to
chatty lib chatty hook.ex
Raw

lib/chatty/hook.ex

defmodule Chatty.Hook do
defstruct [
id: nil,
type: :text,
direct: false,
exclusive: false,
fn: nil,
chan: nil,
public_only: true,
task_timeout: 2000,
kind: :privmsg,
]
end