alexyoung / ircd.js

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

[Enhancement] Load MOTD from file #91

Open KernelDeimos opened 7 years ago

KernelDeimos commented 7 years ago

Hello,

I plan to modify the source to add the functionality of loading the MOTD from a file. I'd be happy to send a PR with my changes when I'm done.

The way I plan to do this currently is to add a motd_file option for config.json which overrides the motd option with the contents of a file.