Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

domo-kun

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domo-kun

The most awesome thing ever

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

Domo

  • Best irc-bot ever
  • Easy to configure
  • Creating plugins for Domo is the most awesome thing ever

Installation

git clone git@github.com:rikukissa/domo.git
cd domo
npm install

Configuration

Edit the config.example.json file and rename it to config.json

  • nick, username, realName
    • Basic IRC configuration. Self-explanatory.
  • servers
    • List of servers and their configuration
      • address - server address
      • channels - channels to automatically join
      • users - list of authorized users
  • users
    • List of authorized users
  • modules
    • Modules to load on startup

Starting things up

coffee domo.coffee

Commands

  • !domo
    • Print bot info
  • !auth <username> <password>
    • Authenticate (Probably better to do this with private message)
  • !nick
    • Change Domo's nickname
  • !join [channels..]
    • Requires authentication
    • Tell Dōmo-kun to join channels (supports multiple arguments as a space separated string)
  • !part [channels..]
    • Requires authentication
    • Tell Dōmo-kun to leave channels (supports multiple arguments as a space separated string)
  • !save
    • Requires authentication
    • Save current state (channels, modules...) to config.json
  • !load <module>
    • Requires authentication
    • Load domo module from node_modules directory
  • !stop <module>
    • Requires authentication
    • Stop module and detach it from message events

alt text

Keywords

FAQs

Package last updated on 21 Sep 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc