lunixbochs / uberserver

matchmaking/chat lobby server for the spring rts project
MIT License
8 stars 4 forks source link

Channel count mismatch #9

Closed renefritze closed 12 years ago

renefritze commented 12 years ago

It seems uberserver reports about 1.5 times the number of channels in its motd compared to the number one gets via the channellist command.

lunixbochs commented 12 years ago

doesn't report private channels in the list

Ryan Hileman

On Sunday, March 4, 2012 at 5:02 AM, renemilk wrote:

It seems uberserver reports about 1.5 times the number of channels in its motd compared to the number one gets via the channellist command.


Reply to this email directly or view it on GitHub: https://github.com/lunixbochs/uberserver/issues/9

renefritze commented 12 years ago

private channels == private messages or passworded channels?

lunixbochs commented 12 years ago

private messages are stateless - just delivered to their recipient and forgotten.

private channel right now = password or no owner: https://github.com/lunixbochs/uberserver/blob/master/Protocol.py#L1830