Raynes / irclj

A simple and small IRC library/bot framework written in Clojure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTCP responses need to be brought up to standard

Raynes opened this issue · comments

Right now, they're pretty much just placeholders. They can be user defined, but there is little you can do with them. CTCP responses need to be functions that can do whatever they like.

Changed the way ctcp requests can be user defined. Also, gave them totally sane and standards compliant defaults. Closed by c1a81d4.