PDA

View Full Version : quick question about mirc bot :)


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 :(

witespy
09-15-2009, 09:18 AM
Justin.tv uses a custom twisted Irc server, the commands are not the same. scripting is not fun. took me nights to figure out the API.

carlitosbahia
09-15-2009, 12:50 PM
oh , that sucks :( , i was thinking in doing that with the simple irc commands ( in the remote section ) , i have no idea about apis :)

well , if some "guru" knows if i can do something , thanks :)

carlitosbahia
09-18-2009, 08:04 AM
voice is also a custom one ? :(

crap :P

fordy945
09-23-2009, 12:57 PM
www.justin.tv/gog33ks and www.justin.tv/nxarmada have helped me in the past with problems like that, I'm sure they will give advice ect