Anope IRC Services

Anope.org => Anope General => Topic started by: Swampy on December 29, 2007, 01:18:43 AM

Title: Nickname account creation via a website dialog
Post by: Swampy on December 29, 2007, 01:18:43 AM
I want to make my Unreal only available to registered users, who first have to fill in a register form on my website.

I want that form (somehow) to pass the services the
/NICKSERV REGISTER pass email   and the
/NICK mynick

directly to the services and store it in the logfile (of course I want to check for duplicate names and send a reply back if the name is taken)

I am assuming the services (as they are external) could be communicated to in this way so I can enable website nick signups.
Title:
Post by: katsklaw on December 29, 2007, 01:38:20 AM
No, it can't be done at present unless you write a bot that logs into irc and does the registration for the user. Anope does not accept external connections nor external modifications to it's databases.