mirror of
https://github.com/znc/znc.git
synced 2026-08-05 00:13:22 +02:00
Fix bug introduced in r2133: modperl made znc crash when using web.
Adding new hooks to modules is the following procedure: 1. Add it to modperl/module.h 2. Add it to modperl/startup.pl 3. Add it to modperl/functions.in 4. Run ./codegen.pl git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2140 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -293,6 +293,7 @@ sub OnTopic {}
|
||||
sub OnServerCapAvailable {}
|
||||
sub OnServerCapResult {}
|
||||
sub OnTimerAutoJoin {}
|
||||
sub OnEmbeddedWebRequest {}
|
||||
|
||||
|
||||
# Functions of CModule will be usable from perl modules.
|
||||
|
||||
Reference in New Issue
Block a user