mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2014
Posts: 6
P
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
P
Joined: Dec 2014
Posts: 6
As the question says is it possible to ban a users IP from the notify list before they even enter the chatroom? something with "on *:NOTIFY:"

Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
You can ban his address/host, not is Ip address.

Code:
on *:notify:{
if ($nick == NICK) ban #channel $nick
}
Just replace NICK and #channel


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Dec 2014
Posts: 6
P
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
P
Joined: Dec 2014
Posts: 6
thanks thats almost what i am looking for but is there any way to ban the ip? that script seems to not be working

Last edited by partypills; 28/01/15 04:24 AM.
Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
/help /ban


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net

Link Copied to Clipboard