github jeromeludmann/deno-irc v0.1.0

latest releases: v0.15.0, v0.14.1, v0.14.0...
3 years ago

This first release contains the foundations for creating an IRC client and includes some common features.

Options:

  • nick
  • username, realname
  • password
  • replies (clientinfo, ping, time, version)
  • joinOnInvite

Commands:

  • action (and alias me)
  • clientinfo
  • ctcp
  • invite
  • join
  • kick
  • kill
  • motd
  • msg (for privmsg)
  • nick
  • notice
  • oper
  • part
  • ping
  • quit
  • time
  • topic
  • version
  • whois

Events:

  • "ctcp_action"
  • "ctcp_clientinfo", "ctcp_clientinfo_reply"
  • "raw:ctcp"
  • "invite"
  • "join"
  • "kick"
  • "kill"
  • "motd"
  • "msg"
  • "msg:channel"
  • "msg:private"
  • "nick"
  • "notice"
  • "part"
  • "ping", "pong", "ctcp_ping", "ctcp_ping_reply"
  • "quit"
  • "register"
  • "myinfo"
  • "ctcp_time", "ctcp_time_reply"
  • "topic_change", "topic_set", "topic_set_by"
  • "ctcp_version", "ctcp_version_reply"
  • "whois_reply"

Don't miss a new deno-irc release

NewReleases is sending notifications on new releases.