Both sides previous revisionPrevious revisionNext revision | Previous revision |
config:cmdline [2018/03/01 12:21] – old revision restored digital man | config:cmdline [2023/12/14 16:40] (current) – [Specifiers] Added %- (user's chat handle) digital man |
---|
|''%O'' |Sysop's name | ''digital man'' || | |''%O'' |Sysop's name | ''digital man'' || |
|''%o'' |Sysop's name (auto-quoted) | ''%%"digital man"%%'' || | |''%o'' |Sysop's name (auto-quoted) | ''%%"digital man"%%'' || |
|''%p'' |Client protocol | ''Telnet'' || | |''%p'' |Client protocol (e.g. Telnet, RLogin, SSH), or "raw" | ''raw'' || |
|''%q'' |System's QWK ID (as specified in SCFG) | ''VERT'' || | |''%q'' |System's QWK ID (as specified in SCFG) | ''VERT'' || |
|''%r'' |Client's terminal height (in rows) | ''24'' || | |''%r'' |Client's terminal height (in rows) | ''24'' || |
|''%*'' |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'' || |
|''%3'' |Current user number (0 padded to 3 digits), etc. | ''001'' || | |''%3'' |Current user number (0 padded to 3 digits) | ''001'' || |
| |''%4'' |Current user number (0 padded to 4 digits) | ''0001'' || |
| |''%(5-9)'' |Current user number (0 padded to 5-9 digits) | ''00001'' || |
| |
==== Auto-quoting ==== | ==== Auto-quoting ==== |
===== See Also ===== | ===== See Also ===== |
* [[:util:SCFG]] | * [[:util:SCFG]] |
* [[:config:|Configuration]] | |
| |
{{tag>command javascript}} | |
| |
| {{tag>configuration general_config scfg module door}} |