Top

Password Identifier

Please Register to submit score.
Average Score  4.0
Scores Submitted  1
Date Added  Jan 29, 2007
Last Updated  Jan 29, 2007
Tags  addon  alias  command  identifier  pass  password 

Introduction

This is both a command and an identifier. As a command, you can easily add, change, and remove passwords according to network and nickname:

/password [ADD|DEL] [NETWORK] [NICKNAME] [PASSWORD]

These passwords are stored into passwords.ini. You can then retrieve the password as an identifier:

$password(NETWORK,NICKNAME)[.md5]

If you specify the md5 property, the password is returned in md5 encryption.

Grab the Code

Comments

  (2)  RSS
Lindrian
Comments: 693
 
mIRC Snippet:  Password Identifier
Posted on Jan 29, 2007 4:45 am
I havent tried it, but it looks good. But id acually rather stay to the function mIRC got built in :p.
DarthReven
Comments: 468
 
mIRC Snippet:  Password Identifier
Posted on Jan 29, 2007 4:49 am
you may want to add a condition that will check to see if $1- exists so that if the user doesn't give the proper amount of information they are notified

Please Register or Login to start posting comments.
Bottom