From 1d0480adba0ef433fb384819ce2523387e557e9e Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Mon, 17 Jun 2013 11:29:52 -0400 Subject: [PATCH] Add PreRegister hook This is useful for CAP commands and SASL. --- doc/irc.luadoc | 1 + init.lua | 3 +++ 2 files changed, 4 insertions(+) diff --git a/doc/irc.luadoc b/doc/irc.luadoc index 85dc229..ff5bbee 100644 --- a/doc/irc.luadoc +++ b/doc/irc.luadoc @@ -125,6 +125,7 @@ function irc:shutdown() --- List of hooks you can use with irc:hook. The parameter list describes the parameters passed to the callback function. --