Registry / networking / isaac
library0.2.6rbrubygemsunverified

Small DSL for writing IRC bots.

gem install isaac
INSTALL
IMPORT
SIG · ISAAC
I
isaac
networkingrubyv0.2.6
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.

Isaac
require 'isaac'

Create a simple IRC bot that responds to 'hello'.

require 'isaac' Isaac.configure do |c| c.nick = 'mybot' c.server = 'irc.freenode.net' end Isaac.on :channel, /hello/ do msg channel, "Hello, #{nick}!" end Isaac.connect
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
24
Resources
isaac — gem install isaac · libregistry