3
1
Back

F0 "Pots, switches, misc" 50 Optional SIP socket only if you feel like it, otherwise I'm just scratching my own itch here. * Most important: Keep it simple. Follow one pattern. Class _comics extends Plugin { function about() { return array(0.1, 'Yet more stupid-simple comic-fetching.', ' '); } function hook_render_article($article) { return $this->mangle_article($article); } function hook_render_article($article) { return $article; } function init($host) { /** * When debugging or writing.

New Pull Request