Code:
on *:TEXT:*!Count*:#MyRoom: {
msg $nick There are # $nick(#,0) users in this channel. } 
}
}


I think that should work with !count in a #channel
But it doesn't.

I'd like to get it so I could /msg BotName !count
and the bot would tell me the count of 8 users in #MyRoom1 2 users in #MyRoom2
Showing how many people are in each room that the bot is in.

Any help would be appreciated. Hopefully it helps the one who created the thread too.