mIRC Home    About    Download    Register    News    Help

Print Thread
#56471 21/10/03 08:09 AM
Joined: Oct 2003
Posts: 39
Matrixx Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Oct 2003
Posts: 39
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


Gary
#56472 21/10/03 08:29 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
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


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#56473 21/10/03 11:09 AM
Joined: Oct 2003
Posts: 39
Matrixx Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Oct 2003
Posts: 39
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

Last edited by Matrixx; 21/10/03 11:17 AM.

Gary
#56474 22/10/03 03:55 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
alt+r, then copy from here and paste there


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#56475 22/10/03 08:11 AM
Joined: Oct 2003
Posts: 39
Matrixx Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Oct 2003
Posts: 39
Thank you, much appreciated grin


Gary

Link Copied to Clipboard