Jump to content

MTAmA - IRC to Game mute?


Guest JarJar

Recommended Posts

ok I know there is a way to type "IE" !mute/ban namehere in mIRC and it'll mute/ban that person.

I've seen it done in other servers I just need the Script for it if @ all possibal please and ty in advanve :)

Link to comment
  • 4 weeks later...

Try this:

on 1:text:*:#CHANNEL{
if($nick isop #CHANNEL){
if( !kick isin $1){
mta.kick 1 $2
}
if( !freeze isin $1){
mta.freeze 1 $2
}
if( !unfreeze isin $1){
mta.unfreeze 1 $2
}
if( !mute isin $1){
mta.mute 1 $2
}
if( !unmute isin $1){
mta.unmute 1 $2
}
elseif( !restart isin $1 ){
mta.text 1 Reconnectiong MTA:mA.
mta.disconnect 1
mta.connect 1
.timer 1 1 mta.text 1 Reconnected
}
elseif(!commands isin $1){
/msg #CHANNEL !kick, !(un)mute, !(un)freeze, !restart
}
else mta.text 1 $nick $+ : $1-
}

this works by me, and with this you can also freeze and kick

Link to comment
  • Recently Browsing   0 members

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