carlitosbahia
09-15-2009, 08:56 AM
Here is my problem :
i am using mirc 6.35
i am trying to add something to a bot so when someone is timed out the bot do something ( count the amount of time outs , or send me a message , etc ) , i think my problem is not with the commands inside the event , testing the same commands from a on *:text: works fine ; so i guess the problem is the on *:kick: .....
so :
1) the time out in justin , is the kick for mirc ? ( i cant get this to work even with the ban , so i guess the mistake is in other place )
2) for the kick or ban events i copy/paste the examples from the help of mirc ( should work , but no )
example:
on *:KICK:#:{ /query carlitosbahia $knick - $nick } dont work , but if i use ....
on *:text:!test:#:{ /query carlitosbahia $knick - $nick } works fine , so i guess is the kick part .... , but like i said is the sintax from the help file .... ?
Format: on <level>:KICK:<#[,#]>:<commands>
Example: on 1:KICK:#mirc,#irchelp:/msg $nick Oops!
any ideas ?
Thanks.
Carlos.
PS :)
3) i noticed the /query only works with people in /old , is there a way to do the same with people in /beta ? like i guess old dont gonna be here for ever :(
i am using mirc 6.35
i am trying to add something to a bot so when someone is timed out the bot do something ( count the amount of time outs , or send me a message , etc ) , i think my problem is not with the commands inside the event , testing the same commands from a on *:text: works fine ; so i guess the problem is the on *:kick: .....
so :
1) the time out in justin , is the kick for mirc ? ( i cant get this to work even with the ban , so i guess the mistake is in other place )
2) for the kick or ban events i copy/paste the examples from the help of mirc ( should work , but no )
example:
on *:KICK:#:{ /query carlitosbahia $knick - $nick } dont work , but if i use ....
on *:text:!test:#:{ /query carlitosbahia $knick - $nick } works fine , so i guess is the kick part .... , but like i said is the sintax from the help file .... ?
Format: on <level>:KICK:<#[,#]>:<commands>
Example: on 1:KICK:#mirc,#irchelp:/msg $nick Oops!
any ideas ?
Thanks.
Carlos.
PS :)
3) i noticed the /query only works with people in /old , is there a way to do the same with people in /beta ? like i guess old dont gonna be here for ever :(