Guest Posted October 7, 2006 Share Posted October 7, 2006 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
Squall Posted October 13, 2006 Share Posted October 13, 2006 wat u mean like !stfu or !ban mor details plz jarred Link to comment
Convirion Posted November 5, 2006 Share Posted November 5, 2006 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
CoZ Posted November 6, 2006 Share Posted November 6, 2006 (edited) Try this: lol .. looks familiar somehow I think it is , but i hope you don't mind yes its mine ..nah i dont mind .. its on the forum anyway Edited November 6, 2006 by Guest Link to comment
Convirion Posted November 6, 2006 Share Posted November 6, 2006 I think it is , but i hope you don't mind Link to comment
Recommended Posts