mod_log_auth/mod_log_auth.lua
author Marco Cirillo <maranda@lightwitch.org>
Mon, 05 Dec 2011 21:11:40 +0000
changeset 497 94756b0657b4
parent 407 41feaf7fd8ac
child 1097 608d9019b0de
permissions -rw-r--r--
mod_ircd: added USERHOST command.


module:hook("authentication-failure", function (event)
	module:log("info", "Failed authentication attempt (%s) from IP: %s", event.condition, event.session.ip);
end);