vangberg / isaac

A smallish DSL for writing IRC bots.
MIT License
161 stars 28 forks source link

Events for specific channels #7

Open jdp opened 14 years ago

jdp commented 14 years ago

It would be nice to have support for events happening on specific channels, i.e,

on :channel, ["#io", "#clojure"] do
  msg channel, "sup"
end
vangberg commented 14 years ago

If contributed, it will be merged, definitely.