Yawhatnever

Yawhatnever

Joined
Apr 30, 2012
Location
SwiftIRC #mSL

Activity Stream

Yawhatnever commented on a Page, Phishing/malware Link Detection  -  Nov 16, 2016

Updated to use v3.1 of google's api. New keys being generated weren't working with v3.0.

v3.x will only work until early 2017, so be aware of that. If it breaks send me a message, because I probably won't update it unless I know someone is actually using it.

 Respond  
Yawhatnever commented on a Comment, twitch.tv basic commands for mIRC  -  Jul 07, 2015
Yawhatnever commented on a Page, twitch.tv basic commands for mIRC  -  Jul 04, 2015

Updated due to recent changes by twitch:

  • Joins, parts, and mods are now requested via CAP negotiation
  • twitch.tv/commands capability is now requested to get NOTICEs (messages no longer come from jtv)
  • Extra commands are hidden
 Respond  
Yawhatnever commented on a Comment, here  -  Mar 24, 2015
Yawhatnever commented on a Comment, here  -  Mar 21, 2015
Yawhatnever commented on a Comment, here  -  Mar 19, 2015
Yawhatnever commented on a Comment, here  -  Mar 18, 2015
Yawhatnever commented on unimailer1972's Thread  -  Jan 14, 2015
Yawhatnever commented on a Comment, NextInLine for mIRC (hop to channel with unread messages)  -  Jan 10, 2015
Yawhatnever   -  Jan 10, 2015

@Hawkee it seems like the spam bots are returning

Yawhatnever commented on Eekwa's Thread  -  Jan 10, 2015
Yawhatnever commented on Eekwa's Thread  -  Jan 09, 2015
Yawhatnever commented on Nathanael's Thread  -  Jan 09, 2015
Yawhatnever commented on a Comment, Calltip Dll  -  Jan 07, 2015
Yawhatnever commented on a Comment, Verbose debugger for mIRC  -  Jan 04, 2015

Is that last event on line 23 where variables are cleaned up meant to be on *:sockclose: instead of sockread?

 Respond  
Yawhatnever commented on a Page, Page Title  -  Dec 26, 2014

Line 5 is missing one $gettok(

 Respond  
Yawhatnever commented on Desert's Thread  -  Nov 03, 2014
Yawhatnever commented on a Comment, Host command for Twitch  -  Nov 03, 2014
Yawhatnever commented on a Comment, Twitch !watch command(s)  -  Oct 16, 2014
Yawhatnever commented on a Page, Twitch !watch command(s)  -  Oct 11, 2014

I would use $+([, $nick, ]:) to surround $nick with brackets because you will be less likely to accidentally introduce a ] bracket somewhere. Since [ ] are eval brackets in mSL, it could potentially lead to risky code in some cases. Perhaps not for twitch, but it's one of those things that's good to get in the habit of watching out for.

Is there a reason you didn't just reply to the original thread on the mIRC forums instead of posting here? This is only half of a script; it's missing the part where user data is stored. That makes it kind of useless for anyone who views it here.

!watchnicks will easily reach Twitch spam limits if more than 20 (or 100 if the bot is a mod) nicks are in the list, causing the bot to be locked out of chat for 8 hours. There is also no flood protection limit that I can see, so even if there are only 10 users in the list somebody could use the command 2-10 times in a row to get the bot banned for 8 hours.

Since the part where points/time are increased is missing I can't tell if this tracks every viewer or just specific ones, but I would assume it tracks all viewers. The system should really use something besides an ini file to store the data, because many twitch channels are VERY large and storing everything in points.ini will eventually start causing mIRC to freeze. I guarantee this will happen much more frequently than you think. You should at least use a hash table, and perhaps set up a system that periodically either removes users after a period of inactivity or archives their data to speed up operations on the table of active users.

Yawhatnever commented on Hawkee's Thread  -  Oct 05, 2014
Yawhatnever liked a Page, Hawkee Flavored Markdown  -  Oct 05, 2014
Yawhatnever commented on afp_romania's Thread  -  Sep 30, 2014
Yawhatnever commented on a Comment, Advanced User stats + Seen Database [BOT]  -  Sep 23, 2014
Yawhatnever commented on a Comment, Advanced User stats + Seen Database [BOT]  -  Sep 22, 2014
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.