Skip to content
General IRCX

time-out password

A TG007 community discussion started by 87052402.

Discussion 2 posts
Page 1 of 1
Open
Topic #3824 · 2 published posts · 1,070 views

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

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

Spam Honeypot - http://www.haggistech.co.uk/honey(humans do not register)