diff options
author | ahriman <ahriman@falte.red> | 2019-09-01 17:27:52 -0400 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-09-01 17:27:52 -0400 |
commit | 838ec6c3c433ad1d5ec5c4f40b8f8bc7c4af03fa (patch) | |
tree | 8b3992c1d7431cf2d2cab3379ea924a82e62b9d7 | |
parent | 79f4ddb208169c8ab0fec5fbacb06a31b1965d17 (diff) | |
download | admin-838ec6c3c433ad1d5ec5c4f40b8f8bc7c4af03fa.tar.gz |
updated showwhoison, motd
-rwxr-xr-x | bin/connusers.py | 4 | ||||
-rw-r--r-- | misc/motd.txt | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/bin/connusers.py b/bin/connusers.py index 26ab112..d2672f2 100755 --- a/bin/connusers.py +++ b/bin/connusers.py @@ -21,6 +21,10 @@ def checkconns(): split = conns.split(' ') for conn in split: if conn != "" and conn != " " and conn != "root" and conn not in seen: + # this needs to be fixed. truncates long usernames + # resulting in broken links to their pages. thanks, ps(1) + if conn == "sarmonsi": + conn = "sarmonsiill" seen.add(conn) conntable.write("<li><a href=\"https://"+ conn +".tilde.institute\">"+ conn +"</a></li>\n") diff --git a/misc/motd.txt b/misc/motd.txt index 7a52b88..cbf9a3d 100644 --- a/misc/motd.txt +++ b/misc/motd.txt @@ -24,13 +24,12 @@ Tildeverse Dungeon Crawl Stone Soup server! MUD Clients: tintin++ tinyfugue Latency issues? Use 'mosh' instead of 'ssh' -Make sure your home PC's LANG and LC_CTYPE vars are set -to a UTF-8 locale before connecting via mosh motd - Repeat this message man 7 institute - The tilde.institute man page Mail clients available: mutt neomutt alpine lumail +Gopher clients: lynx gopher bombadillo vf1 Start a conversation on the mailing list! institute@lists.tildeverse.org |