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:
darthgandalf
2010-09-23 04:41:35 +00:00
parent a123bf3ce9
commit 6743674646
+1
View File
@@ -293,6 +293,7 @@ sub OnTopic {}
sub OnServerCapAvailable {}
sub OnServerCapResult {}
sub OnTimerAutoJoin {}
sub OnEmbeddedWebRequest {}
# Functions of CModule will be usable from perl modules.