PtokaX forum

PtokaX => Support => Topic started by: LoTeK_ on 08 August, 2005, 15:19:53

Title: Add user mode to...
Post by: LoTeK_ on 08 August, 2005, 15:19:53
Hi, I need to know what theese two options do:

Add user mode to MyINFO
Add user mode to Description

Please be more specific as you can (bugs with clients and so on), thanks.
Title:
Post by: GeceBekcisi on 08 August, 2005, 16:07:03
MyINFO broadcasting in normal mode:  
" $MyINFO $ALL $ $$$$|| "



MyINFO broadcasting with adding user mode to MyINFO:  
" $MyINFO $ALL $A/P/5$$$$|| "

This will result some clients like StrongDC or CZDC to understand users mode without a tag.
* This option won't consume any extra bandwidth since its replacing the space character with A,P or 5.



MyINFO broadcasting with adding user mode to Description:
" $MyINFO $ALL A/P/5$ $$$$|| "

This will result users to see users mode without a tag from their description.
* This option will consume an extra bandwidth of 1 bytes per user due to addidion of an extra character.



MyINFO broadcasting with both adding user mode to MyINFO and Description:
" $MyINFO $ALL A/P/5$A/P/5$$$$|| "

This will result users to see users mode and clients to understand users mode without a tag.
* This option will consume an extra bandwidth of 1 bytes per user due to addidion of an extra character.