diff options
Diffstat (limited to 'sysinfo.c')
-rw-r--r-- | sysinfo.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,10 @@ int bbs_sysinfo( term_screen *ts ) { int ret=0; - printf("BBS:MicroBBS\n"); + printf("BBS:MicroBBS %s (%s)\n", BUILD_VERSION, BUILD_DATE); + printf("Author: FreeArtMan\n"); + printf("Contributor: epoch\n"); + printf("Ideological support: irc://hacking.allowed.org#default\n"); return ret; } |