alexyoung / ircd.js

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

Send message with : #49

Closed ping86 closed 12 years ago

ping86 commented 12 years ago

If you send the message:

PRIVMSG #channel1 :this is my message : hellow tom

In the channel1 you see:

this is my message : instead of: this is my message : hellow tom
alexyoung commented 12 years ago

I've made a patch for this but I need to test it more before releasing it