cj42057

cj42057

Joined
Apr 20, 2013
Occupation
Retired
Location
United States
Interests
electronics,pc,mac,android,iphone,code,programming,etc

Activity Stream

cj42057 commented on a Page, Advanced Google Bot Search  -  Jul 02, 2013

awesome script and I've used on it on my bot for awhile, just a heads up that something has changed in the tinyurl site causing the script to give links to the tinyurl preview link and not the actual link, screenshot here-> http://puu.sh/3ttej.png

 Respond  
cj42057 commented on a Page, raw banlock on unban  -  Jun 01, 2013

modified the code so it would 'work' but it still doesn't work properly ...using my modified code I've found it adds a line to my custom aliases file, something like the following: banlocklist {%banmasklist.nick!*nick@host.mask.goes.here.org = -b
Now if I'm not mistaken the error is it marks the ban as = -b (which would mean unban if I'm reading that right) ..anyway if I figure something out with this code I'll update this thread ...anyway here's a look at my modded code.

on @:unban:#: {
if ($banmask iswm $address($me,5)) { return }
if ($nick != $me) && ($banmask !=
!@) && ($banmask != !@.) { banlocklist $banmask $chan | .timerbanlockon $+ $chan 1 3 banlockon $chan }

alias banlocklist {%banmasklist. [ $+ [ $2 ] ] = $addtok(%banmasklist. [ $+ [ $2 ] ],$1,32) }

alias banlockon {
scid $cid
var %banmasklist.tmp = %banmasklist. [ $+ [ $1 ] ]
if (!%banmasklist.tmp) return
var %x = $numtok(%banmasklist.tmp,32)
while (%x) {
%banmask.tmplist = $addtok(%banmask.tmplist,$gettok(%banmasklist.tmp,%x,32),32)
inc %banmask.lmt
if (%banmask.lmt == $modespl) { raw -q mode $1 + [ $+ [ $str(b,$modespl) ] ] %banmask.tmplist | unset %banmask. }
dec %x
}
if (%banmask.tmplist) { raw -q mode $1 + [ $+ [ $str(b,$numtok(%banmask.tmplist,32)) ] ] %banmask.tmplist | unset %banmask.
}
.timer(banlock) 1 2 describe $1 Those masks are under banlocking...sorry
scid -r
}

 Respond  
cj42057 liked a mIRC Script, !botreport  -  May 27, 2013
cj42057 commented on a mIRC Script, !botreport  -  May 27, 2013

Here's a screenshot of the bot script in use.

 Respond  
cj42057 commented on a mIRC Script, !botreport  -  May 27, 2013

adding the code -> write -il1 botreport_log.txt $nick on $chan : reason : $2-
one line before the timer will cause the script to log all reported errors to a
text file located in the bots $mircdir. Also the 'else' statement was not working
for me so I just replaced the code with the following and had no issues.

Changed:

else { msg $chan Sorry $nick but to send 3report message 1u must give some reason/s ! }
}

to

on :TEXT::#: {
if (!botreport iswm $1-) {
msg $chan Sorry $nick but to send an error report you must give some reason(s)!
}
}

 Respond  
cj42057 liked a Page, AKA Nick Tracker  -  May 19, 2013
cj42057 commented on a Page, AKA Nick Tracker  -  May 19, 2013

Nice script and thanks for sharing.

 Respond  
cj42057 commented on a Page, TinyURL Previewer  -  Apr 22, 2013

nice idea and thanks for sharing , might want to remove line 20 from the code listed about and this will work perfectly, otherwise it will try and double msg the decoded url to the channel, just a heads up. =)

 Respond  
cj42057 is now following FordLawnmower  -  Apr 22, 2013
cj42057 commented on a Page, Youtube advanced search  -  Apr 20, 2013

awesome script and it worked great for awhile, just a heads up it errors out now ...when I get a chance to go over the code I will attempt to fix it and report my results back here. Screen: http://i.imgur.com/oJNl3ZJ.png

 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.