view mod_log_auth/mod_log_auth.lua @ 538:de64963d8e7a

mod_ircd: Made the requirement of setting the conference_server a bit more "aggressive", and the resulting error banner for not setting it also.
author Marco Cirillo <maranda@lightwitch.org>
date Sun, 08 Jan 2012 17:25:34 +0000
parents 41feaf7fd8ac
children 608d9019b0de
line wrap: on
line source


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