-
src/sbbs3/atcodes.cpp
From
rswindell@VERT to
CVS commit on Thursday, October 04, 2018 03:42:00
src/sbbs3 atcodes.cpp 1.81 1.82
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv3870
Modified Files:
atcodes.cpp
Log Message:
Added new @-codes: MSG_SUMMARY and MSG_TAGS.
MSG_SUMMARY is currently never populated by anything.
MSG_TAGS is a new (optional) thing.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, October 25, 2018 21:25:00
src/sbbs3 atcodes.cpp 1.83 1.84
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv6906
Modified Files:
atcodes.cpp
Log Message:
New @-code: CONDMENU (conditional menu) - displays a menu/display file
only if it exists (on disk) and displays no error message if the file does not exist. Nearly identical to the existing MENU @-Code, but without the need to insure the file actually exists first.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Monday, December 03, 2018 20:47:00
src/sbbs3 atcodes.cpp 1.84 1.85
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/home/rswindell/sbbs/src/sbbs3
Modified Files:
atcodes.cpp
Log Message:
Added new @-codes requested by Ragnarkok:
PAGER (expands to "on" or "off" to indicate chat page enable status)
ALERTS (expands to "on or "off" to indicate activity alert enable status)
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Ragnarok@VERT/DOCKSUD to
rswindell on Tuesday, December 04, 2018 07:29:00
Re: src/sbbs3/atcodes.cpp
By: rswindell to CVS commit on Mon Dec 03 2018 12:47:53
src/sbbs3 atcodes.cpp 1.84 1.85
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/home/rswindell/sbbs/src/sbbs3
Modified Files:
atcodes.cpp
Log Message:
Added new @-codes requested by Ragnarkok:
PAGER (expands to "on" or "off" to indicate chat page enable status)
ALERTS (expands to "on or "off" to indicate activity alert enable status)
Thanks you very much!
Ragnarok
---
Dock sud BBS
http://bbs.docksud.com.ar
þ Synchronet þ Dock Sud BBS TLD 24 HS -
http://bbs.docksud.com.ar -
telnet://bbs.docksud.com.ar
-
From
Ragnarok@VERT/DOCKSUD to
rswindell on Tuesday, December 04, 2018 08:07:00
Re: src/sbbs3/atcodes.cpp
By: Ragnarok to rswindell on Mon Dec 03 2018 23:29:02
Added new @-codes requested by Ragnarkok:
PAGER (expands to "on" or "off" to indicate chat page enable status) ALERTS (expands to "on or "off" to indicate activity alert enable status)
work like a charm!
can i request to add CHAT_SPLITP too???
=)
Ragnarok
---
Dock sud BBS
http://bbs.docksud.com.ar
þ Synchronet þ Dock Sud BBS TLD 24 HS -
http://bbs.docksud.com.ar -
telnet://bbs.docksud.com.ar
-
From
rswindell@VERT to
CVS commit on Tuesday, December 04, 2018 06:23:00
src/sbbs3 atcodes.cpp 1.85 1.86
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/home/rswindell/sbbs/src/sbbs3
Modified Files:
atcodes.cpp
Log Message:
Added new @-code for Ragnarkok: SPLITP
expands to "on" or "off" based on user's split-screen private chat setting.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Digital Man@VERT to
Ragnarok on Tuesday, December 04, 2018 06:23:00
Re: src/sbbs3/atcodes.cpp
By: Ragnarok to rswindell on Tue Dec 04 2018 12:07 am
Re: src/sbbs3/atcodes.cpp
By: Ragnarok to rswindell on Mon Dec 03 2018 23:29:02
Added new @-codes requested by Ragnarkok:
PAGER (expands to "on" or "off" to indicate chat page enable status) ALERTS (expands to "on or "off" to indicate activity alert enable status)
work like a charm!
can i request to add CHAT_SPLITP too???
=)
Sure.
digital man
Synchronet/BBS Terminology Definition #9:
BSO = Binkley Style Outbound
Norco, CA WX: 53.9øF, 35.0% humidity, 3 mph WSW wind, 0.00 inches rain/24hrs
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, April 26, 2019 00:33:00
src/sbbs3 atcodes.cpp 1.89 1.90
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv23805
Modified Files:
atcodes.cpp
Log Message:
Added support for PCBoard @ macros:
- DELAY:nn (delay nn 10ths of a second)
- POS:nn (move cursor to position nn, not sure if nn is 0 or 1-based)
- CLREOL (same as CLR2EOL)
- YESCHAR (the character/key for "Yes", from text.dat YNQP string)
- NOCHAR (the character/key for "No', from text.dat YNQP string)
and for good measure:
- QUITCHAR (the character/key for "Quit") - not supported by PCBoard
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, April 26, 2019 01:39:00
src/sbbs3 atcodes.cpp 1.90 1.91
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv32246
Modified Files:
atcodes.cpp
Log Message:
PCBoard @POS:nn is 1-based according to Ozz Nixon.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, July 10, 2019 01:14:43
src/sbbs3 atcodes.cpp 1.93 1.94
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv29390
Modified Files:
atcodes.cpp
Log Message:
New @-code: @checkmark@, sends the Unicode CHECKMARK or the CP437
square root symbol (or PETSCII check mark), as appropriate.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, July 10, 2019 01:52:47
src/sbbs3 atcodes.cpp 1.94 1.95
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv3534
Modified Files:
atcodes.cpp
Log Message:
New @-code: DATEFMT which expands to either MM/DD/YY or DD/MM/YY
(currently).
Created for use with the EnterYourBirthday text.dat string, so the CHECKMARK @-code can be used as well. @-codes can't be used in strings with printf-specifiers (e.g. %s).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, July 10, 2019 04:54:46
src/sbbs3 atcodes.cpp 1.96 1.97
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv15780
Modified Files:
atcodes.cpp
Log Message:
Use slash rather pipe to separate Unicode code point from fallback char.
The pipe char is problematic to discuss in msg bases and on the Wiki. <shrug>
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, July 10, 2019 05:59:02
src/sbbs3 atcodes.cpp 1.97 1.98
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv27634
Modified Files:
atcodes.cpp
Log Message:
New @-code format modifier: -D
When appended to an @-code, displays it double-wide using "fullwidth" Unicode code points if possible, spaces between the characters otherwise.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, July 10, 2019 06:51:09
src/sbbs3 atcodes.cpp 1.98 1.99
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv1394
Modified Files:
atcodes.cpp
Log Message:
The parsing of format modifiers could truncate/corrupt @-code arguments
(e.g. "@code:BIG-RED@", the argument would get chopped to just "BIG")
so don't support format modifiers when a ':' is present in the @-code.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, July 10, 2019 21:41:27
src/sbbs3 atcodes.cpp 1.100 1.101
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv31154
Modified Files:
atcodes.cpp
Log Message:
<waffle>
I like the -W @-code format modifier better for "WIDE" than for "WRAP" (no
body is using -W yet, right?) - so, change wrap to "->" and double-wide to "-W".
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, July 11, 2019 20:33:48
src/sbbs3 atcodes.cpp 1.101 1.102
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv15994
Modified Files:
atcodes.cpp
Log Message:
More UNICODE fun w/@-codes:
U+ code now supports <code-hex>:<text> syntax so that multiple chars (a string) may be specified as a fallback for non-UTF-8 terminals.
The U+<code>/<char> syntax was changed to U+<code>,<char>
New symbolic @-codes that send the right Unicode code point to UTF-8 terminals or a string to others:
- ELLIPSIS
- COPYRIGHT
- SOUNDCOPY
- TRADEMARK
- DEGREE_C
- DEGREE_F
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, July 11, 2019 21:25:21
src/sbbs3 atcodes.cpp 1.102 1.103
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv23346
Modified Files:
atcodes.cpp
Log Message:
COPYRIGHT @-code already exists, use COPY instead.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, July 11, 2019 21:37:47
src/sbbs3 atcodes.cpp 1.103 1.104
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv24974
Modified Files:
atcodes.cpp
Log Message:
Add REGISTERED @-code.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, July 11, 2019 21:44:33
src/sbbs3 atcodes.cpp 1.104 1.105
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/home/rswindell/sbbs/src/sbbs3
Modified Files:
atcodes.cpp
Log Message:
Fix GCC warnings:
hex escape sequence out of range
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, July 16, 2019 04:31:03
src/sbbs3 atcodes.cpp 1.105 1.106
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv19634
Modified Files:
atcodes.cpp
Log Message:
Create aliases for the MAILW:<num>, MAILP:<num>, and SPAMW:<num> @-codes:
MAILW#<num>, MAILP#<num>, SPAMW#<num>
These codes, unlike the colon-variants, can be combined with format modifiers (e.g. -L, etc.).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Monday, August 05, 2019 10:25:08
src/sbbs3 atcodes.cpp 1.108 1.109
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv12931
Modified Files:
atcodes.cpp
Log Message:
Make the out BAUD and BPS @-codes report the current emulated output rate,
if not unlimited.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, August 16, 2019 16:00:57
src/sbbs3 atcodes.cpp 1.110 1.111
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv21066
Modified Files:
atcodes.cpp
Log Message:
Added MSG_IMP_DATE and MSG_IMP_TIMEZONE codes (message imported date/time
and timezone), for Mark Lewis.
The imported timezone will always be the local timezone (at the time of import) so not sure what value that has. <shrug>
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, August 16, 2019 21:32:23
src/sbbs3 atcodes.cpp 1.111 1.112
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv14071
Modified Files:
atcodes.cpp
Log Message:
Added new @-code FILL:text
fills the remaining portion of the current line with the specified text by repeating the characters in text until reaching terminal columns - 1
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Saturday, August 31, 2019 00:35:43
src/sbbs3 atcodes.cpp 1.112 1.113
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv8552
Modified Files:
atcodes.cpp
Log Message:
New @-codes:
- PWAGE - age (in days) of current user's password
- PWDAYS - maximum age (in days) before forced-password-change (or "unlimited") - PWDATE (alias for MEMO) - date of last change of the current user's password - AUTODEL - days of user inactivity before auto-deletion (or "unlimited")
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Lord Time@VERT/TIME to
rswindell on Friday, September 06, 2019 01:40:37
src/sbbs3 atcodes.cpp 1.112 1.113
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv8552
Modified Files:
atcodes.cpp
Log Message:
New @-codes:
- PWAGE - age (in days) of current user's password
- PWDAYS - maximum age (in days) before forced-password-change (or "unlimited") - PWDATE (alias for MEMO) - date of last change of the current user's password - AUTODEL - days of user inactivity before auto-deletion (or "unlimited")
I know this a few days old, but I think it time to make a doc file that has all the @-codes in it, being it might help us old sbbs sysop and the new sbbs sysops
---
Rob Starr
Lord Time SysOp of
Time Warp of the Future BBS
Telnet://Time.Synchro.Net:24
ICQ # 11868133 or # 70398519 Jabber :
lordtime2000@gmail.com
Astra : lord_time
X-Box : Lord Time 2000 Skype :
lordtime@tds.net
---
þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
-
From
mark lewis@VERT to
Lord Time on Friday, September 06, 2019 06:31:42
On 2019 Sep 05 18:40:36, you wrote to rswindell:
I know this a few days old, but I think it time to make a doc file that
has
all the @-codes in it, being it might help us old sbbs sysop and the new sbbs sysops
http://wiki.synchro.net/custom:atcodes
)\/(ark
Once men turned their thinking over to machines in the hope that this would set
them free. But that only permitted other men with machines to enslave them.
... A good scare is worth more to a man than good advice. - E.E. Howe
---
* Origin: (1:3634/12.73)
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, September 20, 2019 02:47:01
src/sbbs3 atcodes.cpp 1.113 1.114
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv14325
Modified Files:
atcodes.cpp
Log Message:
Added 2 new @-codes for the Millionaire:
- FILES
- FILES:<code>
I couldn't get out of him whether he wanted the total number of files in the *current* directory or a sysop-specified directory, so I just added both.
I don't have an easy way to calculate the total bytes used for all files
in a directory, so punt on that feature request for now.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, September 20, 2019 08:35:41
src/sbbs3 atcodes.cpp 1.114 1.115
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv32764
Modified Files:
atcodes.cpp
Log Message:
New @-codes (for The Millionaire):
- FILESIZE - total file size in an auto-rounded value with suffix (B/K/M/G)
- FILEBYTES - total file size in bytes
- FILEKB - total file size in kibibytes
- FILEMB - total file size in mebibytes
- FILEGB - total file size in gibibytes
All of the above default to the current file transfer directory path from where to find / calculate the sizes of files. Only files that exist in the actual storage directory are counted (offline files or file in alt. file paths are not counted).
All of the above support 2 alternate syntaxes:
FILE*:<dir-code> where <dir-code> is the internal code of a file directory, or FILE*:<path[/file-spec]> where <path> is a directory path and [/file-spec] is an optinal file name/specification (i.e. w/wildcards).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, September 20, 2019 09:00:14
src/sbbs3 atcodes.cpp 1.115 1.116
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv4255
Modified Files:
atcodes.cpp
Log Message:
Change getfilecount() to allow the pattern to be specified (or not) in the path argument, eliminate the spec/pattern argument.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, September 24, 2019 08:24:36
src/sbbs3 atcodes.cpp 1.116 1.117
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv4260
Modified Files:
atcodes.cpp
Log Message:
Allow @-code format modifiers to be separated from the code-name/argument
with a pipe (|) symbol, rather than a '-'. This accomplishes 2 things:
- code:args can be used again with format-modifiers as pipe (|) is an illegal
filename char in all supported OSes.
- multiple format modifers can be specified for some may (now) be combined.
* New format modifier 'T' (for thousands separated), adds separator (,) between
thousands in numeric expanded @-codes. May be combined with other format
modifiers when using the pipe-syntax (not the dash).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Monday, September 28, 2020 04:59:24
https://gitlab.synchro.net/sbbs/sbbs/-/commit/f5c5187ddb81c7ed8183012b
Modified Files:
src/sbbs3/atcodes.cpp
Log Message:
New user-related @-codes: NETMAIL, FWD, TMP, NOTE, LASTIP
NETMAIL: user's personal netmail or email address - for WitNik
FWD: "On" if the user has opted for forwarding their mail to netmail or "Off" TMP: user's chosen temporay file type (e.g. "ZIP")
NOTE: user's note (same as MEMO1)
LASTIP: user's most recent IP address at time of logoff
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Tuesday, September 29, 2020 23:21:00
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Sunday, October 04, 2020 01:57:28
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Monday, October 05, 2020 03:24:16
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Thursday, October 15, 2020 03:56:39
https://gitlab.synchro.net/sbbs/sbbs/-/commit/5cf2dd2632aae8314f15730a
Modified Files:
src/sbbs3/atcodes.cpp
Log Message:
New @-code: BIRTH for full-format user birthdate
Use BIRTH instead of BDATE if you want MM/DD/YYYY (or DD/MM/YYYY) instead of MM/DD/YY or DD/MM/YY formatted birthdate display.
New aliases (for consistency): BIRTHFMT -> BDATEFMT and BIRTH:<fmt> -> BDATE:<fmt>
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to sbbs/master on Friday, October 16, 2020 02:09:46
https://gitlab.synchro.net/sbbs/sbbs/-/commit/8201881049bc380aea3641db
Modified Files:
src/sbbs3/atcodes.cpp
Log Message:
New @-code TEXT:<num> to display text.dat string #num
Also, don't truncate strings to accommodate screen width when the string contains a new-line character.
This is so ScottD (from irc.synchro.net) can use TEXT:556 @-code to print the Ctrl-K menu (text.dat string) via a command shell written in Baja.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Wednesday, November 25, 2020 22:08:17
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Wednesday, November 25, 2020 22:24:31
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Wednesday, November 25, 2020 23:59:44
https://gitlab.synchro.net/main/sbbs/-/commit/d3284acde8d7e271f5aea957
Modified Files:
src/sbbs3/atcodes.cpp
Log Message:
New @code SHOW:<ars> to only show text to users meeting ARS
ARS = Access Requirement String
Spaces aren't allowed in the <ars> so you might have to get creative with ARS symbols instead of keywords.
SHOW by itself will re-enable display output for all users.
- for Nelgin
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sunday, December 06, 2020 00:55:58
https://gitlab.synchro.net/main/sbbs/-/commit/363388eb3f513f200c3bde8c
Modified Files:
src/sbbs3/atcodes.cpp
Log Message:
New @-codes for current message thread info
- MSG_THREAD_ID
- MSG_THREAD_BACK
- MSG_THREAD_NEXT
- MSG_THREAD_FIRST
for John (JCBBS). Not sure what you're going to use these for, but there you have them. <shrug> :-)
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sunday, December 06, 2020 04:15:26
https://gitlab.synchro.net/main/sbbs/-/commit/bc007231d8ee9bc73d8f7be5
Modified Files:
src/sbbs3/atcodes.cpp
Log Message:
More @-codes for bigger units of free disk space
- FREESPACEM - Mebibytes
- FREESPACEG - Gibibytes
- FREESPACET - Tebibytes
Mr. Millionaire's request.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net