Channel Peak Script

By PurplesurgeMirc on Mar 16, 2009

This is a simple peak script that tells the channel when their maximum user count has been passed.

Usage: !peak

Author: Lord-Harlot @ #mIRC on Purplesurge

on *:text:*:#:{
  if ($strip($1,burc) == !peak) {
    if (!$readini(peak.ini, $chan, peak) || $readini(peak.ini, $chan, peak) < $nick(#,0)) {
      writeini peak.ini $chan peak $nick(#,0)
      writeini peak.ini $chan date $date
    }
  }
}
on *:join:#:{
  if ($readini(peak.ini, $chan, peak) < $nick(#,0)) || (!$readini(peak.ini, $chan, peak)) {
    writeini peak.ini $chan peak $nick(#,0)
    writeini peak.ini $chan date $date
    msg # New Peak for this channel is $readini(peak.ini,$chan,peak) set on $readini(peak.ini,$chan,date)
  }
}

Comments

Sign in to comment.
chachin   -  Sep 11, 2012

doesnt work anymore :(

dma  -  Oct 30, 2015

it works in 2015 better go back to the future chachin

Sign in to comment

Xavia   -  Sep 23, 2011

6/10

The best peak scriipt i have seen

 Respond  
RicJames   -  Mar 20, 2010

Not working. mIRC 6.35

 Respond  
slacker   -  Mar 16, 2009

looks like every other peak code 3/10

 Respond  
Aucun50   -  Mar 16, 2009

Looks nice didn't try it out yet tho

 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.