Jump to content

time-out password


87052402

Recommended Posts

How can i make a time-out code ,, example:when i don't use mirc for 5 minutes i get my password question..?

 

This code i have for my password code

 

if ($md5($input(Enter password:, dip, Autorisation Required)) == **pasword md5) {  server **Server name }
 else { exit }

 

Can somebody help me with that

 

user posted image

Link to comment
Share on other sites

only way i can think of doing it is in ur input

 

on *:INPUT:#: {

timeridle off

if ($left($1-,1) != /) {

.msg # $1-

echo -a < $+ $me $+ > $1-

haltdef

timeridle 1 300 password

}

}

 

alias password {

if ($md5($input(Enter password:, dip, Autorisation Required)) == **pasword md5) { server **Server name }

else { exit }

}

 

 

i think

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...