Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse error #14

Closed
Dyhart opened this issue Apr 10, 2012 · 1 comment
Closed

parse error #14

Dyhart opened this issue Apr 10, 2012 · 1 comment

Comments

@Dyhart
Copy link

Dyhart commented Apr 10, 2012

It can't parse if there is a space before the :

@Marlinc
Copy link
Owner

Marlinc commented Apr 10, 2012

It looks like it that it parses it in such way that is sees every before the : as channel. This is good behaviour but it should only work at the last :


array(4) {
  [0]=>
  string(68) ":marlinc!marlinc@Digital-grnd-5E12D1FE PRIVMSG #Minecraft :.calc :10"
  [1]=>
  string(37) "marlinc!marlinc@Digital-grnd-5E12D1FE"
  [2]=>
  string(17) "#Minecraft :.calc"
  [3]=>
  string(2) "10"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants