alexyoung / ircd.js

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

Add NOTICE #99

Open TestingPlant opened 3 years ago

TestingPlant commented 3 years ago

I've implemented the NOTICE command.

Since the RFC says it's similar to PRIVMSG, I took the code for PRIVMSG and used it for NOTICE.

With some basic testing, it seems like it works properly