chrislabricole Posted November 28, 2007 Share Posted November 28, 2007 Hi (sorry for my bad english...) I not understand the IRC echo Script ! My configuration : ;echo script by lil_Toady. If you want to suggest something PM me on the mta forums. on *:START:{ set %echoserverid 5 set %echochan #funserversa } on *:TEXT:*:%echochan:{ if ($1 == !msg) mta.text %echoserverid $nick $+ : $2- elseif ($nick isop %echochan) { if ($1 == !kick) mta.kick %echoserverid $mta.getid(%echoserverid,$2) elseif ($1 == !freeze) mta.freeze %echoserverid $mta.getid(%echoserverid,$2) elseif ($1 == !unfreeze) mta.unfreeze %echoserverid $mta.getid(%echoserverid,$2) elseif ($1 == !mute) mta.mute %echoserverid $mta.getid(%echoserverid,$2) elseif ($1 == !unmute) mta.unmute %echoserverid $mta.getid(%echoserverid,$2) elseif ($1 == !ban) mta.ban %echoserverid $mta.getid(%echoserverid,$2) } } on *:QUIT:{ if ($chan == %echochan) mta.text %echoserverid $nick has left the IRC channel! } on *:JOIN:{ if ($chan == %echochan) mta.text %echoserverid $nick has joined the IRC channel! } on *:SIGNAL:mta.text:{ if ($1 == %echoserverid) /msg %echochan $mta.nick($1,$2) $+ : $3- } on *:SIGNAL:mta.adcon:{ if ($1 == %echoserverid) /msg %echochan 5 $+ Admin: $3- } on *:SIGNAL:mta.join:{ if ($1 == %echoserverid) /msg %echochan 3 $+ $mta.nick($1,$2) has joined the game. } on *:SIGNAL:mta.part:{ if ($1 == %echoserverid) { if ($3 == 1) /msg %echochan 3 $+ $mta.nick($1,$2) has been kicked. elseif ($3 == 2) /msg %echochan 3 $+ $mta.nick($1,$2) has been banned. elseif ($3 == 3) /msg %echochan 3 $+ $mta.nick($1,$2) timed out. else /msg %echochan 3 $+ $mta.nick($1,$2) has left the game. } } on *:SIGNAL:mta.freeze:{ if ($1 == %echoserverid) /msg %echochan 3 $+ $mta.nick($1,$2) Frozen } on *:SIGNAL:mta.mute:{ if ($1 == %echoserverid) /msg %echochan 3 $+ $mta.nick($1,$2) Muted } but, the channel #funserversa is on the irc.gtanet.com server.... Where can I configure it ?.... Thanks for your helping! Link to comment
FireBlood Posted November 29, 2007 Share Posted November 29, 2007 you can just use any server you want... load the script and join the server you prefer and it should be all done Link to comment
lil Toady Posted November 29, 2007 Share Posted November 29, 2007 set %echoserverid 5 - Here you set the server id which it is in your mtama, the tab number (first tab - 1, second - 2, etc.) set %echochan #funserversa - Channel it will output things to, you must be in this channel of course Link to comment
chrislabricole Posted November 29, 2007 Author Share Posted November 29, 2007 set %echoserverid 5 - Here you set the server id which it is in your mtama, the tab number (first tab - 1, second - 2, etc.) That's what I did not understand Lot of Big Thanks for your helping It work Thanks Link to comment
Recommended Posts