Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Implement IRC connection and command handling #2

Description

@cozyGalvinism

This one is gonna be the heart of the whole application. In the beginning, I will most likely port the irc.py file from the Pesterchum repo over to JavaScript first and get it running with that and after that optimize the code to work as well, if not better than the original code.

  • NOTICE
  • PRIVMSG
  • WELCOME / 001
  • NICKNAMEINUSE / 433
  • QUIT
  • KICK
  • PART
  • JOIN
  • MODE
  • NICK
  • NAMREPLY / 353
  • ENDOFNAMES / 366
  • LISTSTART / 321
  • LIST / 322
  • LISTEND /323
  • UMODEIS / 221
  • INVITE
  • INVITEONLYCHAN / 473
  • CHANNELMODEIS / 324
  • CANNOTSENDTOCHAN / 404
  • TOOMANYPEEPS / 010
  • PING

Metadata

Metadata

Assignees

Labels

todoNeeds to be done

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions