Registry / networking / cinch
library2.3.4rbrubygemsunverified

A simple, friendly DSL for creating IRC bots in Ruby.

gem install cinch
INSTALL
IMPORT
SIG · CINCH
C
cinch
networkingrubyv2.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cinch
require 'cinch'

Create a basic IRC bot that responds to messages.

require 'cinch' bot = Cinch::Bot.new do on :message, 'hello' do |m| m.reply 'Hello, world!' end end bot.start
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
OpenAI (training)
1
Resources
cinch — gem install cinch · libregistry