mIRC Home    About    Download    Register    News    Help

Print Thread
Page 3 of 3 1 2 3
#49309 15/09/03 04:21 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
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
#49310 15/09/03 05:26 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
if you arent a owner of the server then? smile hard to do a /kill if u dont have that status. wink


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#49311 15/09/03 05:35 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
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
#49312 15/09/03 05:35 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Jun 2003
Posts: 242
he said he was a server owner .. not the server owner.

#49313 15/09/03 05:39 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
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
#49314 15/09/03 05:44 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
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.
#49315 15/09/03 06:36 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
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
#49316 15/09/03 06:41 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
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.
#49317 15/09/03 07:29 PM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
Quote:

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 =/


Need amazing web design for low price: http://www.matrixn3t.net
#49318 15/09/03 07:34 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Jun 2003
Posts: 242
lol @ japs
* RoCk no longer wonders why your channel gets so many floodbot attacks

#49319 15/09/03 11:08 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
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
#49320 26/06/04 12:20 PM
Joined: Jun 2004
Posts: 3
A
Self-satisified door
Offline
Self-satisified door
A
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!

#49321 26/06/04 12:23 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
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.

#49322 26/06/04 12:25 PM
Joined: Jun 2004
Posts: 3
A
Self-satisified door
Offline
Self-satisified door
A
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.

#49323 26/06/04 12:26 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
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.

#49324 26/06/04 12:29 PM
Joined: Jun 2004
Posts: 3
A
Self-satisified door
Offline
Self-satisified door
A
Joined: Jun 2004
Posts: 3
9 months ago?!?! ...why do i even bother :tongue:

Page 3 of 3 1 2 3

Link Copied to Clipboard