Untitled
By: a guest | Mar 21st, 2010 | Syntax:
None | Size: 0.89 KB | Hits: 126 | Expires: Never
on *:TEXT:!password *:#: {
if ($readini(language.ini,$nick,language) == dutch) {
if ($readini(Admin.ini,moderator,$nick)) {
if ($readini(accounts.ini,$nick,$address($2,2)) == $null) { notice $nick [13Error] Uhmm.. Probleempje. [13 $+ $2 $+ ] heeft nog geen account aangemaakt! | HALT }
else {
notice $nick [13Password] het wachtwoord van: [13 $+ $2 $+ ] is: [13 $+ $readini(accounts.ini,$nick,$address($2,2) $+ ].
}
}
}
elseif ($readini(language.ini,$nick,language) == english) {
if ($readini(Admin.ini,moderator,$nick)) {
if ($readini(accounts.ini,$nick,$address($2,2)) == $null) { notice $nick [13Error] Uhmm.. trouble. [13 $+ $2 $+ ] didn't made an account! | HALT }
else {
notice $nick [13Password] [13 $+ $2 $+ 's] password is: [13 $+ $readini(accounts.ini,$nick,$address($2,2) $+ ].
}
}
}
}