Is there a way that I can check to see if a user is identified for their nickname, and store the result in a variable? I would like to be able to ensure the person running my bot's owner only commands really IS me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wrote for that a reverseverify() and a verify() function, I store the dyndns host or static host in a database, then the bots resolves the host to IP and compares the IP to the IP that the user has on IRC, if it matches it returns the username from the DB, if it fails it will return false... http://cvs.meebey.net under atbs you find the source...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way that I can check to see if a user is identified for their nickname, and store the result in a variable? I would like to be able to ensure the person running my bot's owner only commands really IS me.
I wrote for that a reverseverify() and a verify() function, I store the dyndns host or static host in a database, then the bots resolves the host to IP and compares the IP to the IP that the user has on IRC, if it matches it returns the username from the DB, if it fails it will return false...
http://cvs.meebey.net under atbs you find the source...
Cool. Thank you. :)