fix width of figlet
continuous-integration/drone/push Build is passing Details

This commit is contained in:
www-data 2020-09-09 12:36:34 -04:00
parent a0192f87b5
commit 9a25baf3b3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ header("Content-Type: text/plain");
$node = $_GET["node"] ?? "hub";
echo shell_exec("figlet -f slant -- " . escapeshellarg($node) . ".tilde.chat");
echo shell_exec("figlet -w120 -f slant -- " . escapeshellarg($node) . ".tilde.chat");
echo "welcome to tilde.chat\n";
echo "this is the irc network for the tildeverse (https://tildeverse.org)\n";