|
Joined: Dec 2002
Posts: 1,527
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,527 |
it is beyond me why ANY server owner would ever need a mass kick script in thier IRC ......that being said ... if the channel is yours and your the server netadmin ..... no one can touch you and your room...... so why would there ever be a need to have such a script?
D3m0nnet.com
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
Hoopy frood
Joined: Feb 2003
Posts: 3,432 |
if you arent a owner of the server then? hard to do a /kill if u dont have that status.
if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
|
|
|
|
Joined: Dec 2002
Posts: 1,527
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,527 |
what relevance does /kill have to a mass kick script? please tell me where they are the same thing?..... any ircop can /kill ..... doesnt even have to be a server owner. if u dont know that much then u really shouldnt own a server
D3m0nnet.com
|
|
|
|
Joined: Jun 2003
Posts: 242
Fjord artisan
|
Fjord artisan
Joined: Jun 2003
Posts: 242 |
he said he was a server owner .. not the server owner.
|
|
|
|
Joined: Dec 2002
Posts: 1,527
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,527 |
ok a server owner and an ircop are two entirely different things, if hes not able to distinguish that then he really doesnt need to be either of the two.
D3m0nnet.com
|
|
|
|
Joined: Jun 2003
Posts: 242
Fjord artisan
|
Fjord artisan
Joined: Jun 2003
Posts: 242 |
No .. what I mean is, he never said he was oper on the server in question .. he only stated he was a server owner.
Even though it really isn't that hard of a job, some opers/admins for some reason just do not like to do what they're supposed to in those situations. I don't know why, but it seems like they just don't want to be bothered with it .. sad but true. I'm not saying this is the case in his situation because maybe it isn't, but it seems like most opers just want the social status of being an oper while not really wanting to do the job or don't know how.
Last edited by r0ck0; 15/09/03 05:45 PM.
|
|
|
|
Joined: Dec 2002
Posts: 1,527
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,527 |
well if he mentioned the /kill command it would be a safe bet he is infact an oper on his server that he owns... therefore everything u just took the time to post was nonsensical, furthermore what does any of this has to do with a mass kick command? why would he waste the time to tell us about /kill? basically my point is there is no such need for a server op on any network to ever have a mass script to kick anyone as even if thier room was taken over ... it would be short lived .. and in most cases the offenders would be also removed from the network....... never needing to ever utilize a mass kick. and anyone with any sense would have to agree with my point. I ran a small network with 3 links to it and if i ever caught any oper using a war script that oper was infact dismissed... it is unprofessional to have anyone like that representing a network.
D3m0nnet.com
|
|
|
|
Joined: Jun 2003
Posts: 242
Fjord artisan
|
Fjord artisan
Joined: Jun 2003
Posts: 242 |
Maybe the server he owns isn't on the network where he is having the problems. Maybe it is. I don't know why he mentioned that he owns a server. But you're right, I am a server owner on a small network and I wouldn't want any opers that use war scripts either .. been there. Have seen too many opers that will use /kill at the drop of a hat but seem to disappear when it comes to actually solving a problem such as floodbots and such.
Last edited by r0ck0; 15/09/03 06:46 PM.
|
|
|
|
Joined: Dec 2002
Posts: 397
Fjord artisan
|
OP
Fjord artisan
Joined: Dec 2002
Posts: 397 |
I used to own a channel with a 100 ppl on avaerage there, and I never was taken over.. i'm sorry, but if a person's channel gets taken over that they own, its their own fault.
ehh well one thing is my friends server well we get into alot of fights with the japs so we are constantly nulling each other and attacking ones servers =/
|
|
|
|
Joined: Jun 2003
Posts: 242
Fjord artisan
|
Fjord artisan
Joined: Jun 2003
Posts: 242 |
lol @ japs * RoCk no longer wonders why your channel gets so many floodbot attacks
|
|
|
|
Joined: Dec 2002
Posts: 1,527
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,527 |
hey heres a suggestion ..... stop pissin in ppls cheerios and ud not have a need for it
D3m0nnet.com
|
|
|
|
Joined: Jun 2004
Posts: 3
Self-satisified door
|
Self-satisified door
Joined: Jun 2004
Posts: 3 |
well it looks like i better help this dude out since you all are paranoid about him taking over channels. good mass kicker:
alias mk { var %num.nick 0 var %user.tot $nick(#,0) :start inc %num.nick if (%num.nick > %user.tot) { halt } if ($nick(#,%num.nick) == $me) { goto start } else { kick # $nick(#,%num.nick) mass kick | goto start } }
have fun!
|
|
|
|
Joined: Dec 2002
Posts: 2,985
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,985 |
Masskicking isn't really good at all. Unless you have an o:line you are subject to being disconnected by the server if you flood it with commands and even then I believe that not all IRCds support that immunity. Your code is only useful to IRC war kiddies. At any rate people stopped posting here around 9 months ago.
|
|
|
|
Joined: Jun 2004
Posts: 3
Self-satisified door
|
Self-satisified door
Joined: Jun 2004
Posts: 3 |
also, locutusofBorg: ATMA asked for a hand with his script, not a 10 post speach about how you dont like mass kicking.
|
|
|
|
Joined: Dec 2002
Posts: 2,985
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,985 |
It's not a question of whether someone happens to like it or not. It's stupid.
|
|
|
|
Joined: Jun 2004
Posts: 3
Self-satisified door
|
Self-satisified door
Joined: Jun 2004
Posts: 3 |
9 months ago?!?! ...why do i even bother :tongue:
|
|
|
|
|