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.
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.
Audit
Dependencies
No dependency data recorded yet.