Code Monkey home page Code Monkey logo

Comments (4)

dominikh avatar dominikh commented on July 23, 2024

helpers is only used in combination with the on syntax. Since plugins are ordinary classes, they should just include/extend modules as needed.

from cinch.

stith avatar stith commented on July 23, 2024

So my plugin should extend my bot? Guess it's just my lack of Ruby knowledge at this point :P

How should I be doing this if this is working as intended? There's a central value that all plugins need to be able to check, and the configuration object doesn't seem like the right place.

from cinch.

dominikh avatar dominikh commented on July 23, 2024

The configuration object is the right place when that "central value" is a setting that won't change during runtime. Otherwise use something like this:https://gist.github.com/88eee25a620a8bb18408

from cinch.

stith avatar stith commented on July 23, 2024

The value will be changing, it's a plugin to let people request that the bot shuts up for an amount of time :P The idea is we only store the value (and set it) in the Shutup plugin, but it'd be available in all of the other plugins for seeing if they should output. Shutup and shutup_expire are both values that get set to Time objects when someone says "Bot, shut up."

I'll give that module method a shot, thanks.

from cinch.

Related Issues (20)

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.