Skip to content

Make MessageParser mIRC Compatible#2

Open
Zayelion wants to merge 1 commit into
lsongdev:masterfrom
Zayelion:master
Open

Make MessageParser mIRC Compatible#2
Zayelion wants to merge 1 commit into
lsongdev:masterfrom
Zayelion:master

Conversation

@Zayelion

Copy link
Copy Markdown

Not sure why, \r\n isnt the character pattern used by common irc clients. Everything seems to work after changing this.

Not sure why, `\r\n` isnt the character pattern used by common irc clients. Everything seems to work after changing this.
@lsongdev

Copy link
Copy Markdown
Owner
.replace('\r\n', '\n')
.split('\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants