Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
This library is used to add a global cooldown so that users are prevented from spamming the channel.
Add this line to your application's Gemfile:
gem 'cinch-cooldown'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cinch-cooldown
Configuration Steps:
You need to add the configuration to your bot in the config block. You will need to add
config info for every channel the bot is in that you want a cooldown. The :global
is how
many seconds the bot will wait before listening to a command that prints something to the
channel, while the :user
directive is how long it will wait per user.
Currently the gem is simple and assumes that the user timer will be greater
than the global timer.
c.shared[:cooldown] = { :config => { bottest: { global: 10, user: 20 } } }
If you are using this with my plugins, things should just work. However if you want to use
this with your own plugins, you need to add a 'require cinch/cooldown'
to the top of said
plugin, and an enforce_cooldown
to the plugin after the include Cinch::Plugin
line.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that cinch-cooldown demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.