mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2010
Posts: 5
H
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Feb 2010
Posts: 5
Can someone tell me how to ban someone who is not on line?

Joined: Sep 2003
Posts: 42
Ameglian cow
Offline
Ameglian cow
Joined: Sep 2003
Posts: 42
I would go with /mode #channelname +b nick!*user@host


Two examples:

Banning a user (by its nickname) BadBoy on Channel #test: "/mode #test +b BadBoy!*@*"

Banning everyone from VeryBad.com ISP on Channel #test: "/mode #test +b *!*@*VeryBad.com"

and so on.

Hope that helps.

Joined: Feb 2010
Posts: 5
H
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Feb 2010
Posts: 5
And where do I put that line?
I'm a newbe.

Joined: Sep 2003
Posts: 42
Ameglian cow
Offline
Ameglian cow
Joined: Sep 2003
Posts: 42
Directly in the channel chat window.
Just like you would say "Hello everybody"

Edit: You need to be operator of the channel ofcourse, it wont work for regular users.

Last edited by Demarko; 02/03/10 02:20 PM.
Joined: Feb 2010
Posts: 5
H
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Feb 2010
Posts: 5
Ok, thank you.
Maybe you know my next question.
The ban list is saved at (by?) the server and whene the server had a reset than the banlist is empty.
Is it possible to save that list?


Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
You can implement your own list of bans and compare it to the server list when you join the channel and then ban anyone not in the server list if you want. Unfortunately, you run into an issue where another op unbans someone and then your script would ban the person again.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard