Skip to content

jarviscodes/node_irc_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatically loads plugins from ./plugins.

Most basic plugin example:

export const plugin = {
    command: '!news',
    exec: function(bot_obj, args) {
        bot_obj.sendChatMessage("News of the day!", args.channel)
    }
}

About

Pluggable Node.js bot for IRC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published