Count

By M[n]M on Sep 05, 2007

This is the User Counter script on the channel u have to type
!count to get the number of the users in the channel :)

Example:
<M[n]M> !count

Channel has a record oF (86) Users. ```mirc on *:text:!count*:#: { msg $chan 9Channel 9has a record oF 4 $+ ( $+ $nick($chan,0) $+ ) $+ 9 Users. Halt } } ```

Comments

Sign in to comment.
xbox_gamer1   -  Apr 27, 2011

it can be like this too!!

 ON *:TEXT:!count:#: {  
  describe $chan --> the viewer count is: $+ $nick($chan,0)  
}
 Respond  
guest598594   -  Sep 26, 2007

at least he took out the %c

 Respond  
napa182   -  Sep 05, 2007

you know when you download a mIRC some one made to use and it has all those scripts already on them

 Respond  
napa182   -  Sep 05, 2007

these look like those old mIRC script scripts

 Respond  
guest598594   -  Sep 05, 2007

first of all you dont need to repeat that $1 is count

second if ur gonna put more snippets, take the first * out of the trigger

third, im confused why you put the $left

also like napa said, take out the halt

 Respond  
napa182   -  Sep 05, 2007

oh and drop the halt

 Respond  
napa182   -  Sep 05, 2007

you can just use

on *:text:!count *:#: {
  msg $chan 9Channel 9has 4 $+ ( $+ $nick($chan,0) $+ ) $+ 9 Users.
  Halt
}
 Respond  
napa182   -  Sep 05, 2007

you dont need to use wildcards on the on text

 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.