mIRC Home    About    Download    Register    News    Help

Print Thread
#38257 25/07/03 05:49 PM
Joined: Jul 2003
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Jul 2003
Posts: 12
im trying to find a scrip or something that will display how many kick/bans ive done ive seen them in channles are they made by users or is it a script? confused

#38258 25/07/03 05:59 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
This is my default reply in #Helpesk to your question.

To create a kickcounter that will keep track of people you have kicked out of a certain channel, use this line in your remote section:

Code:
on @*:KICK:#: if ($nick == $me) { 
  inc %kc. [ $+ [ $chan ] ] 1 
  .notice $knick You are person number %kc. [ $+ [ $chan ] ] I  have kicked out of $chan $+. Thank you and have a nice day. 
} 


Keeps different counters for the different channels you op in. It however does not add the count to your kick msg. You can script that by kicking via a popup or automated script, and simply in that code append %kc. [ $+ [ $chan ] ] to your kick message.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#38259 25/07/03 06:00 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
you have a typo:
I have kicked out of $chan $+ . Thank you and have a nice day.

There needs to be a space after the $+ before the .

#38260 25/07/03 06:29 PM
Joined: Jul 2003
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Jul 2003
Posts: 12
do i put this under the variables or aliases or remote?

#38261 25/07/03 06:30 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Remote.

#38262 25/07/03 06:35 PM
Joined: Jul 2003
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Jul 2003
Posts: 12
thank you ill let u know if it works

#38263 25/07/03 06:44 PM
Joined: Jul 2003
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Jul 2003
Posts: 12
ok i put everything in the way its typed and then i put the 2end part in to my kick popup and it just shows the strand and not a count? im not sure if it the script that im using it on or not??

#38264 25/07/03 07:26 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Pls paste your EXACT popup code for the kick/ban


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#38265 26/07/03 02:42 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
In #HelpDesk @ DALnet website, in the documentetion part, in the FAQ there is a verry nice kick couter laugh check out http://helpdesk.zaz.net/documents/FAQ/index.php?kbcount
and for a full list of documents witch is also verry usefull since you can find almost everything you might need to script anything!! for all the docs check out http://helpdesk.zaz.net/documents/


Link Copied to Clipboard