alexyoung / ircd.js

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

add rfc compatible prefix to channels created on startup #71

Closed sespindola closed 10 years ago

sespindola commented 10 years ago

in the default configuration file, the example channels don't have a valid prefix ("#" or "&"), so instead of modifying the configuration file, I've added a regex check the prevents invalid channel names from being created.

I'll leave this pull request open for a few days so it can be reviewed.

Sebastian.