Channel Stats

By G13AoUsTiS on Oct 29, 2007

Just a simple Channel Stats Script :)

alias cstats {
  if ($chan(#).topic == $null) msg $chan 7Topic on $chan $+ : 12NONE
  if ($chan(#).topic != $null) msg $chan 7Topic on $chan $+ : $chan(#).topic
  msg $chan 7Ops On $chan $+ :12 $opnick(#,0)
  msg $chan 7Voiced on $chan $+ :12 $vnick(#,0)
  msg $chan 7Total Users on $chan $+ :12 $nick(#,0)
  msg $chan 7Active modes on $chan $+ :12 $chan(#).mode
  msg $chan 7,12G13AoUsTiS Channel Stats
}

menu channel {
  -
  Channel Stats: /cstats
}

Comments

Sign in to comment.
macs-rock   -  Jan 11, 2011

this guy is a TROLOLOLOLOLOLOL

 Respond  
DaNzO   -  Nov 04, 2007

Nice script, I liked it, How ever

  • if someone is voiced but is a op. It will count them being both. then it will say the channel amount of people but if u add the oped and the voiced together it wouldnt add up. So it needs a tweak in it.
 Respond  
guest598594   -  Oct 29, 2007
  if ($chan(#).topic == $null) msg $chan 7Topic on $chan $+ : 12NONE
  if ($chan(#).topic != $null) msg $chan 7Topic on $chan $+ : $chan(#).topic

u could do

  msg $chan Topic on $chan $+ : $iif($chan(#).topic,$v1,NONE)
 Respond  
Noutrious   -  Oct 29, 2007

Even for such small script you need a spam after it. Goddamit, people.

 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.