A /remainingusers alias.
What this is supposed to do is, tell you how many users are still remaining (that were there from when you joined the channel).
So, upon joining channels, you would get mIRC to keep track of all nicks. Then, everytime a user parts, or quits, the nick is removed from the list. When you part or disconenct the channel, then the list is wiped/deleted, until you rejoin the channel.
If the user quits the channel and comes back, he/she is not readded to the list, obviously.
What this does is if you join, say, a large EfNet channel with 100+ people, and you idle there, and, in like 2 weeks or so you can just do a /remainingusersleft #channel and see who in the channel currently has been there from when you joined the channel.
Now, in human memory, you can do without such an alias if you join a channel with you, and one other bot. Once that bot disconnects before you, the remaining users left drops down to 1 and stays that way forever until you leave the channel.
Any users that joins the channel after you have joined it, do nothing to as they are not 'remaining' users.
So clearly this alias has to be associated with a on part event, on quit event, and only when you join the channel, part, or disconnect.
Thanks in advance. :x