public void introduce() {
Hooks.regHook(this, Hooks.Events.E_PRIVMSG);
Generic.srvIntroduce(this);
// start a thread to clear expired users
util.startThread(new Thread(new SrvAuth_ExpiryThread())).start();
Logging.info("SRVAUTH", "Expiry thread started...");
if (!(Configuration.Config.get("debugchan").equals("OFF")))
Generic.srvJoin(this, Configuration.Config.get("debugchan"), "+stn");
}