Hi, where can I found any information about login/logout system for public users? I need something like this:
user joins channel, sends message to bot (for example: /msg BotName login UserName Password) and if username and password is correct user gets extra rights. I will use mysql.
What about logout? When user should be disconnected, when he leaves the channel? Is it safe enough?
I couldn't found any scripts like this, maybe you guys know where I can get one as an example (no matter or it's with mysql or with .txt files).
The most important part for me is when and how to logout user, and how to make it safe? Thank you!
alfredas wrote:Hi, where can I found any information about login/logout system for public users? I need something like this:
user joins channel, sends message to bot (for example: /msg BotName login UserName Password) and if username and password is correct user gets extra rights.
I will use mysql.
What about logout? When user should be disconnected, when he leaves the channel? Is it safe enough?
I couldn't found any scripts like this, maybe you guys know where I can get one as an example (no matter or it's with mysql or with .txt files).
The most important part for me is when and how to logout user, and how to make it safe? Thank you!