Jump to content

Hot for set????????????????


(OVG)Santi

Recommended Posts

Make a new script with following code

on *:SIGNAL:mta.command:{
 var %a = $iif($5,$iif($mta.name($1,$5) != Unknown,$5,$mta.getid($1,$5)),$2)
 if ($3 == !email) {
   if (%a == -1) mta.msg $1 $2 Error - Absent ID
   elseif ($readini($grs.dir $+ mta.nickserv.ini,$mta.name($1,%a),email)) mta.say $1 $mta.name($1,%a) $+ 's email: $readini($grs.dir $+ mta.nickserv.ini,$mta.name($1,%a),email)
   else mta.msg $1 $2 No email found for $mta.name($1,%a)
 }
}

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...