| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
simple blacklist, add this to u`r remotes!
Code:
menu nicklist {
Shitlist
.Add:/guser shit $$1 | kick # $$1 [You Are Now On My BLACKLIST]
.del:/ruser $$1 $+ !
}
on shit:JOIN:#: {
/mode $chan +b $nick 2 | /kick $chan $nick [BlackListed]
}
__________________
Last edited by Cult; 21-11-2005 at 08:16 PM. |
|
#2
|
||||
|
||||
|
Re: simple black list
Cult, the users are kinda bored from this kind of blacklists, you may add " .info " to add different reasons for different nicks, plus and OP event, nick-change event, and beginner users dont know how to enter in to the Users editor section to remove some nicknames who arent online or to add, so make @window for that, thanks.
Regards " Anmlhckr@dalnet " |
|
#3
|
||||
|
||||
|
Re: simple black list
Quote:
And by the way, bans, voicing, oping and any mode change in a channel, the trigger event for it is: RAWMODE, I wanted to point that out :o Long live Cult ![]()
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
|
#4
|
||||
|
||||
|
Re: simple black list
Zack, OP event doesnt mean when someone get OPPED, it means when you join anychannel, you check if a user is blacklisted then you gotta kick that user, and if you said VOICE event, you cannot use it.
|
|
#5
|
||||
|
||||
|
Re: simple black list
Go Zack :P
besides!!! don`t worry about users! we wouldn`t have made this Section if they don`t know how to paste it!
__________________
Last edited by Cult; 09-03-2005 at 08:44 PM. |
|
#6
|
||||
|
||||
|
Re: simple black list
Maybe, you dont know
![]() |
|
#7
|
||||
|
||||
|
Re: simple black list
Who was talking about op evens?! lol I think the main issue was the plus event LoooooooooooL
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: Last edited by ZAcK; 11-03-2005 at 02:08 AM. |
|
#8
|
||||
|
||||
|
Re: simple black list
Lol ... I was :P
|
|
#9
|
||||
|
||||
|
anmlhckr know what... this forum is for having fun and share our knowledge with all ppl. so.. u have a nice comment. and want to post it.. u`r welcomed. other than that... donno whats the forum means for you. but it`s our home country channel`s forum... besides.. we`ve been living in that channel since 1998 i think... and i`d like to keep this forum clear. sometimes i get nervous quickly. esp when someone replies a post as if it`s a wrong one. and in fact. it`s working gr8... n e way. have a nice chat.
__________________
Last edited by Cult; 12-03-2005 at 02:33 PM. |
|
#10
|
||||
|
||||
|
Re: simple black list
better easy one.
Code:
alias bladd {
if (!$1) { echo 4 -a >> Usage: /bladd nick | halt }
if ($readini(blacklist.ini,$chan,$1) == $null) { writeini -n blacklist.ini # $1 bl | echo 12 -a >> Added $1 to the BlackList. | halt }
else echo 3 -a >> $1 is already in the BlackList
}
alias bldel {
if (!$1) { echo 4 -a >> Usage: /bldel nick | halt }
if ($readini(blacklist.ini,$chan,$1) == $null) { echo 12 -a >> $1 is not in the Blacklist!! | halt }
else remini blacklist.ini $chan $1 | echo 3 -a >> $1 Removed from Blacklist
}
on @*:JOIN:#:{
if ($readini(blacklist.ini,$chan,$nick) != $null) { ban -u1800 $chan $address($nick,2) | kick # $nick 7,2«4,2B11lacklisted7,2» | halt }
}
__________________
|
|
#11
|
||||
|
||||
|
Re: simple black list
This will cause so much lag, you dont have to save the blacklisted nicks in a .ini file, thats why it will cause lag, try savin them in h.table, or userlist, have a nice day.
__________________
Me here, Me gone. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Stroke Identification - 3 simple questions to remember | wkd | Science, Philosophy & Logic | 1 | 15-11-2005 07:37 AM |
| Chinese & A Black Guy | wkd | Jokes Daily Told , One Liners, And Adult | 0 | 10-11-2005 07:40 AM |
| Black Or Syrian ?! | Mado | Jokes Daily Told , One Liners, And Adult | 3 | 22-10-2005 07:01 PM |