alexyoung / ircd.js

A Node ircd (IRC daemon)
GNU General Public License v3.0
528 stars 90 forks source link

wallops doesn't receive full args #75

Open slifin opened 10 years ago

slifin commented 10 years ago

if you try and send a message with two words in using /wallops the second word is lost, I assume this is because the parameters of the wallops function are being delimited by a space.

I've tried checking the IRC RFC too on whether the sender of the message should be inside the message sent to other clients, but it's not that clear to me: https://tools.ietf.org/html/rfc2812 (page 41)