| 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
|
||||
|
||||
|
on @*:NOTICE:*:#:{
if ($nick !isreg $chan) { return } ban $chan $nick 2 kick # $nick Mass Notices Are Not Allowed In $chan }
__________________
Last edited by Cult; 08-09-2005 at 02:02 PM. |
|
#2
|
||||
|
||||
|
Code:
on @*:NOTICE:*:#:{
if ($nick isreg $chan) {
ban $chan $nick 2
kick # $nick Mass Notices Are Not Allowed In $chan
}
}
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: Last edited by ZAcK; 06-03-2005 at 06:28 PM. Reason: [CODE][/CODE] |
|
#3
|
||||
|
||||
|
Re: mass notice prot.
I have 2 comments first which is : You must exempt the Chanserv from being kicked, so add a user level or make an event, second you can use implace of ban $chan $nick 2 , kick # $nick Reason use , ban -k # $nick
|
|
#4
|
||||
|
||||
|
Re: mass notice prot.
Code:
on @*:NOTICE:*:#:{
if ($nick isreg $chan) {
; When some1 invites some1 to the channel,
; the Chanserv will send a notice to the ops
; still the chanserv will NOT be in the channel so he will not be banned,
; how would he be a regular if he isnt in the channel in the 1st place?!
; no need to check if $nick is Chanserv in this case, anmlhckr
ban -k $chan 2 $nick Mass Notices Are Not Allowed In $chan
; 2 is the ban type
; and u can use a temp ban if u like
; ban -kn4 $chan 2 $nick Mass Notices Are Not Allowed In $chan
; it will remove the ban in 4 sec, you can change it to what ever you want
; the string here is :
; ban -knN $chan [bantype] $nick [reason]
; where N are the secs that mIRC will pause before removing the ban.
}
}
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: Last edited by ZAcK; 09-03-2005 at 07:02 AM. |
|
#5
|
||||
|
||||
|
Re: mass notice prot.
Zack, you are really sick bro, if the chanserv notice the channel with everything, you are right the user wouldnt be able to kick the chanserv, but he would be able to ban the services mask such ask : *!*@Dal.net, fix that thing out and try what am telling you.
|
|
#6
|
||||
|
||||
|
Re: mass notice prot.
anmlhkr said: You must exempt the Chanserv from being kicked <= first of all!!! the existance of CHANSERV in a channel means it`s going to be mkicked.*IF HE JOINED*
__________________
|
|
#7
|
||||
|
||||
|
Re: mass notice prot.
LOL! man join #helpdesk (or #scripting if you like) and paste this to them
Code:
if ($nick isreg $chan) PHP Code:
CASE CLOSED. And YAHOOOOO I AM SICK GUYS! That is a compliment coming from someone that flamed everyone here.
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
|
#8
|
||||
|
||||
|
Re: mass notice prot.
Well, if you want zack i could use your snippet that u past here, in an empty mIRC.exe, and try it, its just gonna ban the mask : *!*@dal.net, i tried it out
and for Cult i know whats the aim of the chanserv when joinin the channel, read WELL i said if the CHANSERV noticed the CHANNEL with an INVITATION. |
|
#9
|
||||
|
||||
|
Re: mass notice prot.
And zack i do not need to join them i am @'d in #Helpdesk and i know what i am saying bro
|
|
#10
|
||||
|
||||
|
Re: mass notice prot.
anmlhckr said: You must exempt the Chanserv from being kicked <<== anddd whats that?
__________________
|
|
#11
|
||||
|
||||
|
Re: mass notice prot.
I said being banned such as : * user1 +b on : *!*@Dal.net .
|
|
#12
|
||||
|
||||
|
Re: mass notice prot.
I said being banned such as : * user1 +b on : *!*@Dal.net .
|
|
#13
|
||||
|
||||
|
Re: mass notice prot.
LoooL! I'll settle for your DALnet nick! I want to see you actually oped there! I am sorry to say, usually ops in such channels are more helpful, have less attitude, and know more about HASH tables if you know what I mean!
PS: -NickServ- The nickname anmlhckr is not registered.
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
|
#14
|
||||
|
||||
|
Re: mass notice prot.
Never mind my last post, I lost my interest.
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
|
#15
|
||||
|
||||
|
Re: mass notice prot.
You think that i use This nickname ... Dude i gotta lot of nicks, anmlcrck ,
And i dont know if this still ... anmlcrkr , anmlhckr , i just enter once per month .. so when am there ill show ya (: ask all the OPS there .. |
|
#16
|
||||
|
||||
|
Re: mass notice prot.
2eee.. other than fights? can we post another thing that can help ppl? maybe swear prot :P since swearing isn`t allowed here and on miRc?
__________________
|
|
#17
|
||||
|
||||
|
Re: mass notice prot.
Cult : on *:text:*word*:#:{ ban -k # $nick
|
|
#18
|
||||
|
||||
|
Re: mass notice prot.
anmlhckr yes bro
thats it. it`s too easy to do i know that u can do it.. it`s just that i have no time n e more :S
__________________
|
|
#19
|
||||
|
||||
|
Re: mass notice prot.
Who have time for IRC any more ... no one
![]() |
|
#20
|
||||
|
||||
|
Re: mass notice prot.
anmlhckr <<< ive been on mirc since 96 n i know all ops that joins #Helpdesk ... ive seen nick Zack nd ive seen nick Big^^Evil also ... but urs sorry i didnt ...
If u dont mind tell me wht other nicks u used to use even if they r not registered now nd dropped.
__________________
The Most Seductive Evil of all Time !!! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|