isaac icon indicating copy to clipboard operation
isaac copied to clipboard

A smallish DSL for writing IRC bots.

Results 14 isaac issues
Sort by recently updated
recently updated
newest added

Reloading in development mode would be really nice. The process of disconnecting/reconnecting gets really boring. Kthx.

This allows for joining channels you're invited to.

"on" method can take an array of events: on [:channel, :private], /match/ Added :any event to match both :channel and :private Added "recipient" to event context for :any and array...

I redesigned mock_bot to work with Eventmachine, so the tests pass, with minimal changes. See what you think. - I made one small change to the code, to split the...

Hey, I was wondering if it's possible to parse server's responses to raw commands, e.g. `names #{channel}` so that I could get nicks of users on the channel the bot...

It should be easy to test your Isaac bots.

Hello, It's my new account with github, I'm not sure if it's appropriate to post issues... The things is I'm trying to get my bot to recover/release nickname in case...

Hi there, I just installed the isaac gem, version 0.2.6. I'm curious how old it is, and whether or not I should just be running from the trunk head. Thanks.

It would be nice to have support for events happening on specific channels, i.e, ``` on :channel, ["#io", "#clojure"] do msg channel, "sup" end ```