Guest Posted May 30, 2004 Share Posted May 30, 2004 Is there a auto ban script for mta:ma. Like if they enter the server with a name they get banned. Cause im getting perty sick of people changing there ips. If so how does it work. and what is the script. Link to comment
Aeron Posted May 30, 2004 Share Posted May 30, 2004 This question sould be posted under MTAMA scripting but who cares! 1. Create a file called 'shitlist.txt' and put it in the main directory of mIRC. 2. Put all your forbidden names in that file. Example: AeronMrBumpKent3. Put this code under 'alias mta.join' if ($read(shitlist.txt,w,$mta.name($1,$2))) { mta.say $1 $mta.name($1,$2) Reason: Shit-listed mta.ban $1 $2 } 4. Edit the text in the code if you like a own message. 5. Done! Link to comment
Guest Posted October 15, 2004 Share Posted October 15, 2004 what do you mean 'alias mta.join'? where do i find that, and what file do i look in? Link to comment
Mike Posted October 15, 2004 Share Posted October 15, 2004 Either copy that into scripts.mrc or make your own *.mrc file, then load it in mtama Link to comment
Recommended Posts