Vegito

Vegito

Joined
Aug 06, 2013
Location
irc.lunarirc.net
Website

Activity Stream

Vegito liked a Comment, Blackjack Race  -  May 31, 2017
Vegito is now following Protheus  -  Mar 18, 2017
Vegito is now following Degausser  -  Feb 11, 2017
Vegito liked a Page, Blackjack Race  -  Jan 20, 2017
Vegito liked a Comment, Elimination Game for mIRC  -  Dec 06, 2016
Vegito liked a Comment, Elimination Game for mIRC  -  Nov 15, 2016
Vegito commented on a Comment, Elimination Game for mIRC  -  Nov 14, 2016
Vegito liked a Page, $iiff()  -  Nov 13, 2016
Vegito liked a Comment, Youtube Script (Parse Vids and Search) v6.5  -  Nov 13, 2016
Vegito liked a Comment, Elimination Game for mIRC  -  Nov 13, 2016
Vegito commented on a Comment, Elimination Game for mIRC  -  Nov 13, 2016
Vegito created a Page  -  Nov 13, 2016
4 492 

Someone has to type !eliminator to start the game

Vegito commented on a Comment, Quote Script  -  Sep 17, 2016
Vegito commented on a Comment, Quote Script  -  Sep 04, 2016
Vegito liked a Comment, Youtube Script (Parse Vids and Search) v6.5  -  Mar 12, 2016
Vegito is now following Hawkee  -  Mar 09, 2016
Vegito liked a Page, Youtube Script (Parse Vids and Search) v6.5  -  Mar 07, 2016
Vegito commented on a Page, Youtube Script (Parse Vids and Search) v6.5  -  Mar 07, 2016
[YouTube] Checking for updates and clearing variables...
[YouTube] Current: v6.2 Latest: v6.2 Status: Up to date

It's very annoying to see this everytime I start mIRC.

Could you make this happen in the background, and only show a message if there is an update. Because I don't need to know everytime that my script is already up to date.

Vegito commented on a Comment, Vimeo URL Detector  -  Dec 29, 2015
Vegito commented on a Comment, Quote Script  -  Dec 29, 2015
Vegito is now following ^WeSt  -  Oct 12, 2015
Vegito commented on a Comment, Online mods (need help)  -  Oct 04, 2015
Vegito commented on a Comment, Online mods (need help)  -  Oct 02, 2015
Vegito commented on a Page, Online mods (need help)  -  Oct 02, 2015

Try this:

ON *:TEXT:!mods*:#: {
  var %i = $nick($chan,0,o)
  while (%i) {
    if ($nick($chan,%i,o)) var %tmod = $addtok(%tmod, $v1 $+ $chr(44), 32)
    dec %i
  }
  msg $chan Online mods: $iif(%tmod, $left($sorttok(%tmod, 32), -1), None)
}
Vegito commented on a Comment, Online mods (need help)  -  Oct 02, 2015
Vegito commented on a Page, mIRC Date & Time Comparison  -  Aug 06, 2015

You can use the $ctime(text) identifier to compare dates.
$ctime uses standard Unix timestamps, which are the seconds elapsed since midnight, January 1, 1970 to your specified date.

The only downside is that you can only compare dates from January 1, 1970 to January 19, 2038.

alias comparedate {
  if ($ctime($1) > $ctime($2)) return 1
  elseif ($ctime($1) < $ctime($2)) return 2
  else return 3
}
 Respond  
Vegito liked a Comment, VB .NET Lottery - random winner  -  Jun 30, 2015
Vegito liked a Comment, $formatdate alias for mIRC  -  Jun 28, 2015
Vegito commented on a Comment, $formatdate alias for mIRC  -  Jun 28, 2015
Vegito commented on a Comment, Vimeo URL Detector  -  Jun 28, 2015
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.