Require authentication for IRC connections (InspIRCd)

inspircdinstant-messagingirc

We're trying to move our team chat from Skype to a private IRC server (InspIRCd) and we need to require some sort of authentication to prevent public access. I know we could have a global server password but that doesn't allow us to control who has access and obviously doesn't scale well (team member leaves, etc).

Are there any modules for Inspircd which support multi-user authentication?

Best Answer

The included sqlauth module seems like exactly what you want here.

Related Topic