This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Kick Counter

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
i
inxs
Voice
Posts: 29
Joined: Fri Jun 10, 2005 5:33 am
Location: India

Kick Counter

Post by inxs »

can anyone give me the code for kick counter
to show when bot kick user
example: nick was kicked by eggdrop (1)
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

to show where?

(Sir_Fz, what's your guess?;)
i
inxs
Voice
Posts: 29
Joined: Fri Jun 10, 2005 5:33 am
Location: India

Post by inxs »

demond wrote:to show where?

(Sir_Fz, what's your guess?;)
look the above example
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

if you meant show on channel, this is dumb, channel users have already seen the kick, no need to clutter their chanwindow with redundant information

in fact, the whole idea of showing the counter on every counted event is dumb; counters are meant to be used for statistical purposes, which implies showing on demand
i
inxs
Voice
Posts: 29
Joined: Fri Jun 10, 2005 5:33 am
Location: India

Post by inxs »

to show when bot kick users

Code: Select all

user was kicked by eggdrop (1times/to show kick number here)
got me now?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

I'm not sure I got you, you seem to be unable to explain what exactly you want ("to show when bot kick users" doesn't specify where to show and to whom, it specifies only when to show), but I'm sure you didn't get me and my point about counter usage
i
inxs
Voice
Posts: 29
Joined: Fri Jun 10, 2005 5:33 am
Location: India

Post by inxs »

yes, i cant explain it cleary as i like it coz of my bad english sorry for that :)
i'll just say it like this, guess u'll understand it now :) i want the bot to show how many user's he had kick on his kick message, not to display on channel to show it when ever he kick user with it's kick reason, like nick was kicked by eggdrop (reason goes here and kick number here)

maybe this will be clear now :)
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

this can only be done by patching, not scripting
i
inxs
Voice
Posts: 29
Joined: Fri Jun 10, 2005 5:33 am
Location: India

Post by inxs »

ok thanks for ur reply

i thought there might be a code for this coz some eggdrop show its kick number :)
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

lol demond, I would've got that from the first post :lol:

allfloodprotection has a kick counter in it which can be displayed in the kick message. (only the kicks that are issued by this script ofcourse)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Join & Kick Counter by Neuromancer is exceptionally good for what you wish.

Marvellous what a simple search of the TCL Archive can achieve.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

He wants the number of kicks to be displayed in the bot's kick messages, not to show the number of kicks when someone asks for it. Like demond said, it can't be done by scripting (for ALL the bot's kick messages).
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Ballarat jhs03 was the 6061st person to get kicked from #Ballarat
Close enough and not bloated :P
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
i
inxs
Voice
Posts: 29
Joined: Fri Jun 10, 2005 5:33 am
Location: India

Post by inxs »

demond wrote:this can only be done by patching, not scripting
what to patch :oops: ? and how plizz help!! :oops:
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

do you know C? are you familiar with eggdrop source code? if the answer of either question is "no", I won't help you further
Post Reply