You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
I also realized that the application needs to implement the signals and slots from Qt in a different way (just as normal functions or as events, who knows)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: