alexyoung / ircd.js

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

Adding more commands #94

Closed dannysmc95 closed 7 months ago

dannysmc95 commented 7 years ago

Hi there,

I am currently looking at running an IRC server for a small group of people with custom commands and some service bots, but I am not really sure... where to start?

I can see you have a commands.js file, and I added a new command, which just send some information back to the user, but this didn't work like I can't get it to talk to the user..?

How would I go about adding custom commands as well as adding a way a bot that can manage registering new channels and that?

Thanks,