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

I really would like to have access to raw events like the ping/pong stuff to have a timing source, what do you guys think about it? I can easily add...

Right now Isaac is blocking on events. We need async handling. One easy solution would be to switch to EventMachine. What others?

There needs to be a way of enabling SSL connections, so that information is not leaked in the clear on hostile networks (such as any cafe's wireless network). ``` configure...

There should be event hooks for when other users join/part a channel the bot is currently in.