bandbonjtv

bandbonjtv

Joined
Aug 31, 2012

Activity Stream

bandbonjtv commented on a Page, Advanced User stats + Seen Database [BOT]  -  Feb 28, 2013

thanks, great snippet

bandbonjtv commented on a Page, A bit of everything   -  Feb 07, 2013

it doesnt work for me. its greyed out.

bandbonjtv created a Page  -  Feb 03, 2013
674 
bandbonjtv commented on a Page, $factorial - the art of code shortening  -  Feb 02, 2013

i have a script i need to shorten, and am lost. please help. i uploaded it to my snippets section

 Respond  
bandbonjtv commented on a Page, help me - addcmd delcmd !search  -  Feb 02, 2013

i need help

 Respond  
bandbonjtv commented on a Page, finally, a real afk script  -  Feb 02, 2013

i need help

 Respond  

here is a screencap of the page that it created, it works, it just takes too damn long to build the /scores.html file

bandbonjtv created a Page  -  Feb 02, 2013
353 

this is not my script, merely an edited section of it that i personalized. i need help shortening and reducing the time it takes to build the html score file. the only parts im really concerned with are the BADGE AND RANK TITLES for each winner (automatically) it works as is, it just takes too damn long to build, and is killin my resources on my pc. thanks in advance

bandbonjtv created a Page  -  Jan 30, 2013
283 

i updated the code below to reflect my fidgeting. i finally got the !delcmd to delete and check properly, i think i got the !addcmd to check for the ! prefix now, but i cant get it to stop adding multiples still??? ive been fiddlin around with the code, and i think thats all thats left for debugging before moving onto securing the code and also fixing the !editcmd section

  1 Thread   mIRC  
bandbonjtv created a Page  -  Jan 30, 2013
773 

IM NO EXPERT! this is what i came up with from jsg55's script for my bot, thank you jsg55. i couldnt figure out how to get the script to read the nickname in the text to automatically trigger. ex: "where is john?" the script would then return the status for "john" like i wrote below. or how to get this lil peice of code into the script. preferably the auto trigger anywhere in text. please help if you..

bandbonjtv commented on a Page, on text away script thing  -  Jan 30, 2013

IM NO EXPERT!
this is what i came up with from jsg55's script for my bot, thank you jsg55. i couldnt figure out how to get the script to read the nickname in the text to automatically trigger. ex: "where is john?" the script would then return the status for "john" like i wrote below. or how to get this lil peice of code into the script. preferably the auto trigger anywhere in text. please help if you can, so i can clean up the code im using and also learn more. thank you.

snippet - it only works if i have it in a different file for some reason. please help me include it or make it automatically trigger upon mention of $nick in chat by any user. wether they have a status or not. if they do, then display status, if not, then display alternate generic status.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
on :text:!status :#:{
if ($readini(away.ini, $2, away) == on) {
msg $chan $2 is $readini(away.ini, $2, reason) and has been gone $duration(%time [ $+ [ $2 ] ]) }
if ($readini(away.ini, $2, away) != on) {
msg $chan $2 is either Watching the show, or Silently Lurking. If they dont respond, Try harder. } }
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
on $:text:/^(brb|bbl|afk|bbiab)\b/Si:#:awaycheck $1-
on $
:action:/^(brb|bbl|afk|bbiab)\b/Si:#:awaycheck $1-

alias -l awaycheck {
if ($2 == $null) { writeini away.ini $nick reason lurking. }
if ($2 != $null) { writeini away.ini $nick reason $remove($2-,$chr(36)) }
msg # $nick is now $readini(away.ini, $nick, reason)
writeini away.ini $nick away on | set %away [ $+ [ $nick ] ] on | set %time [ $+ [ $nick ] ]
if ($readini(away.ini, $nick, away) == on) inc -c %time [ $+ [ $nick ] ]
}
on :text::#:awaycheck2 $1-
on :action::#:awaycheck2 $1-

alias -l awaycheck2 {
if ($readini(away.ini, $nick, away) == on) {
msg # welcome back $nick $+ , You were gone $duration(%time [ $+ [ $nick ] ])
remini away.ini $nick | unset %away [ $+ [ $nick ] ] on | unset %time [ $+ [ $nick ] ] }
}
}

 Respond  
bandbonjtv   -  Oct 14, 2012

still cant post on the forum yet. this is frustrating.

bandbonjtv commented on a mIRC Script, !Addlink  -  Oct 08, 2012

how do you add a check to see if its added already or not even there?

 Respond  
bandbonjtv commented on a Page, ajoin-system for bot  -  Sep 19, 2012

thank you

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.