mIRC Homepage
Posted By: Matrixx ~Making a ban list~ - 21/10/03 08:09 AM
Hello everyone,
Well my first post has to start off with a question, and that is
I use to use Viperbot, but now use mIRC, can some one start me off with how to make a ban list, I had one with viperbot, but now have this very large list of Gatewaypassports for example:

"*!6A5F090F18D2D9BA@*","ACCESS rn$ add DENY *!id$@* 60 :[Porn]\r\nKICK rn$ nkc$ :You are not welcome here nkc$ (Ban-1hr-Porn)",0,""

This bans the porn, and also sets a ban as well. if I create a text file and call it banlist,how would I add these gates to ban with a message and ban time at the end by using mIRC, sorry to be a newbie..
many thanks
Posted By: LocutusofBorg Re: ~Making a ban list~ - 21/10/03 08:29 AM
A very basic function. You can add specific addresses manually by right-clicking in the channel, or add a user who is in your channel by rightclicking on his nick.

Code:
menu channel {
  .add a user to the banlist:.auser BAN $$?="Add the exact address you want banned"
}
menu nicklist {
  .add this user to the banlist:.guser BAN $$1 3
}
on @BAN:JOIN:#: ban -k $nick # You are banned. Goodbye
Posted By: Matrixx Re: ~Making a ban list~ - 21/10/03 11:09 AM
Thank you for the quick reply,
forgive me for being abit dumb, lol

The code that you have posted, do I copy & paste into a .txt file and save it as a .txt file then load it by going ALT+R

or is this to be saved as a .mrc file and load it ALT+R

sorry but learning from the bottom up here.
thanks
Posted By: LocutusofBorg Re: ~Making a ban list~ - 22/10/03 03:55 AM
alt+r, then copy from here and paste there
Posted By: Matrixx Re: ~Making a ban list~ - 22/10/03 08:11 AM
Thank you, much appreciated grin
© mIRC Discussion Forums