Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:cmdline [2020/05/26 13:58] – [Specifiers] Include %4 as an example digital manconfig:cmdline [2023/12/14 16:40] (current) – [Specifiers] Added %- (user's chat handle) digital man
Line 58: Line 58:
 |''%*'' |Current Node number (0 padded to 3 digits)        ''001''  || |''%*'' |Current Node number (0 padded to 3 digits)        ''001''  ||
 |''%$'' |User's credits                                    ''4534834''  || |''%$'' |User's credits                                    ''4534834''  ||
 +|''%+'' |User's real name (auto-quoted)                    ''"Rob Swindell"''  ||
 +|''%-'' |User's chat handle/call-sign (auto-quoted)        ''WX6YYZ''  ||
 |''%%'' |Percent symbol                                    ''%''    || |''%%'' |Percent symbol                                    ''%''    ||
-|''%?'' |Platform/operating system                        |  ''win32''|''linux''|+|''%?'' |Platform/operating system (build target)         |  ''win32''|''linux''
 +|''%^'' |Processor architecture (build target)            |  ''i686''|''x64''|
 |''%1'' |Current user number                              |  ''1''    || |''%1'' |Current user number                              |  ''1''    ||
 |''%2'' |Current user number (0 padded to 2 digits)        ''01''   || |''%2'' |Current user number (0 padded to 2 digits)        ''01''   ||
Line 78: Line 81:
 ===== See Also ===== ===== See Also =====
   * [[:util:SCFG]]   * [[:util:SCFG]]
-  * [[:config:|Configuration]] 
  
-{{tag>command javascript}} 
  
 +{{tag>configuration general_config scfg module door}}