Giter VIP home page Giter VIP logo

nodejs-irc-bot's People

Contributors

bigjust avatar hypnopompia avatar ktiedt avatar michaelowens avatar nnarhinen avatar sanderborgman avatar theshaun avatar triplem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nodejs-irc-bot's Issues

Error when starting bot.js

I got this error when trying to run bot.js.

fairuz@fairuz-vb:~/NodeJS-IRC-Bot$ node bot.js

/home/fairuz/NodeJS-IRC-Bot/node_modules/pkgconfig/node_modules/jsvutil/lib/jsv.js:39
throw error('Schema validation failed.', report.errors);
^
ValidationError: Schema validation failed.
Instance is not a required type (object): pluginConfigs
at error (/home/fairuz/NodeJS-IRC-Bot/node_modules/pkgconfig/node_modules/jsvutil/lib/jsv.js:72:15)
at Object.validate (/home/fairuz/NodeJS-IRC-Bot/node_modules/pkgconfig/node_modules/jsvutil/lib/jsv.js:39:15)
at Object.validate (/home/fairuz/NodeJS-IRC-Bot/node_modules/pkgconfig/node_modules/jsvutil/index.js:54:9)
at pkgconfig (/home/fairuz/NodeJS-IRC-Bot/node_modules/pkgconfig/pkgconfig.js:129:20)
at Object. (/home/fairuz/NodeJS-IRC-Bot/bot.js:27:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)

Any idea?

INFO:
fairuz@fairuz-vb:/NodeJS-IRC-Bot$ node --version
v0.10.0
fairuz@fairuz-vb:
/NodeJS-IRC-Bot$ npm --version
1.2.14

Users

Hi,

right now all users are allowed to call all commands. I guess we should create a separation of concerns here. E.g. Only admins are allowed to reload plugins, while members are only able to add words ti the textfilter. Other users can then e.g.call the lastseen functionality.

So i guess we have three user groups: admin, members and the rest. The users and there groups should be stored in a central place (json file and/or database). This will have an impact on all plugins and we should therefor put this in a central place (irc.js or global.js). What do you think?

Some refactoring and improving

Hey man,

See this project has gone quite the path already! Are you still working on this?

I've just been working on a bot for a different messaging service, using the same principle/idea this one does, but I did a lot of refactoring and actually made it work like it should (better events emitting, memory usage, no more eval).

Might be worth taking a look at!

https://github.com/michaelowens/MssGs-node-bot

Just wanted to let you know.

Multi Server?

Can this bot also run on multiple Servers at the same time? (and handle them at the same time?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.