(OVG)Santi Posted August 29, 2006 Share Posted August 29, 2006 Hi. I like now how to set the fuction !email in the MTA:mA:GRS v4.14 by Oli Thanks. Link to comment
lil Toady Posted August 29, 2006 Share Posted August 29, 2006 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
(OVG)Santi Posted August 29, 2006 Author Share Posted August 29, 2006 Hi y type !commands and display the commands and one commands are !email but type !email and don´t display nothigs and dont are in the scrips of mIRC realy i am not in the programing. Thanks Link to comment
lil Toady Posted August 29, 2006 Share Posted August 29, 2006 There is no !email command in the GRS Press ALT+R, then File>New, Paste my code there and close, then it will work! Link to comment
Recommended Posts