alexyoung / ircd.js

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

Add fix for empty /kick command #96

Closed AlMcKinlay closed 4 years ago

AlMcKinlay commented 6 years ago

Supercedes #84

This returns the error rather than wrapping the rest in an if statement, which was brought up as an issue with the other PR.