Hi again. Right I run a very basic Java IRC Applet, so unless you use an irc client you can't really register your Nickname. So i was wondering if it's possible to make some sort of Nickserv bot there recognizes text on whisper and registers their Nickname. The Bot would be called Nickserv & would be in the channel too. I thought using the prefix '!' might be possible too.
I need it to be able to,
- Register Nicknames
- Identify with their pass
- Set newpassword
Example of how thought it could work:
Java whispers to Nickserv:
!register <mypassword> <my@emailaddress>
NickServ whispers to Java: Nickname Java is now registered with password: <mypassword>
Java whispers to Nickserv:
!pass <mypassword>
Java whispers to Nickserv:
!set newpass <mynewpassword>
Nickserv whisper to Java: Nickname Java; password changed to: <mynewpassword>
Thanks again
