mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2006
Posts: 2
B
Bowl of petunias
OP Offline
Bowl of petunias
B
Joined: Jan 2006
Posts: 2
Is there a way to have the number of chatters in a channel somehow show up near the userlist... i.e. on top of the list?

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
While this isn't exactly what you asked for, it's as close as what I was able to manage
Code:
on *:active:#:{
titlebar $nick($active,0) chatters in $active
}
  

Joined: Jan 2006
Posts: 2
B
Bowl of petunias
OP Offline
Bowl of petunias
B
Joined: Jan 2006
Posts: 2
Where do I put this?? In remotes?

Joined: Nov 2003
Posts: 227
H
Fjord artisan
Offline
Fjord artisan
H
Joined: Nov 2003
Posts: 227
Yes, it would go in remotes.

However mirc already shows the number of members/chatters in a channel in the titlebar of mirc.

By chatters you mean the number of nicks that are on the channel I take it. Not just the ones that have said something in the last X minutes?

Joined: Jan 2003
Posts: 56
E
Babel fish
Offline
Babel fish
E
Joined: Jan 2003
Posts: 56
Look at the Titlebar of the channel window (or if maximized the main mirc windows titlebar). It is in the following Format:

#channelname [Users] [Channelmodes]: Topic of Channel

Users represent the information you want. Using the shown Script shows the Users on the same Place but removes any other information available there.


Ecronika
My mIRC Addons
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Hitchhiker & Ecronika are correct. The number of people in a specific channel shows in the same line as the channel topic.

I have a custom alias that changes the format of that line, so that I don't see a total, and I've been using it for so long, I forgot that the default format shows that information.


Link Copied to Clipboard