gnulag / circ

#gnulag's IRC bot
BSD 2-Clause "Simplified" License
3 stars 3 forks source link

Scheme: register scheme plugins with add_hook in core #39

Open maxaudron opened 4 years ago

maxaudron commented 4 years ago

Register scheme plugins only with their proper hook in the core so we don't have the main parsing done twice unnecessarily.

Will also need to implement a regex match for parts of the message, which is needed anyways for proper module support