Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Super simple Blacklist / Shitlist script for mIRC.
- #Use it as an example to make your own. the last line of code is the line to use for channel service bots
- #You need access to said channel to use the bots. edit it to your own need.
- menu nicklist {
- $iif($me isop $chan,Blacklist)
- .Add:/auser BLACKLIST $address($$1,1) | kick # $$1 Unwanted user due to abusive behavior. /msg $me for info | ban # $address($$1,1)
- }
- menu channel {
- Blacklist
- .List:/ulist BLACKLIST
- .Add-Manual:/auser BLACKLIST $$?="Enter A host like this one -> *!*host@host.com"
- .Del:/ruser BLACKLIST $$?="Enter A host From Listing like this -> *!*host@host.com"
- }
- on blacklist:JOIN:#:{
- if ($me isop #) { ban -k # $nick Unwanted user due to abusive behavior. /msg $me for info }
- else { .msg x ban # $nick Unwanted user due to abusive behavior. /msg $me for info }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement