update fresh

This commit is contained in:
Mario
2021-05-27 09:48:50 +00:00
parent 7776283a47
commit 9d96793e1a

View File

@@ -62,7 +62,7 @@ function process_command($line) {
case 'help': case 'help':
fresh_help(); fresh_help();
break; break;
/*
case 'finger': case 'finger':
if(argv(1)) { if(argv(1)) {
$x = Zotlabs\Zot\Finger::run(argv(1),$channel); $x = Zotlabs\Zot\Finger::run(argv(1),$channel);
@@ -70,7 +70,7 @@ function process_command($line) {
echo jindent($x); echo jindent($x);
} }
break; break;
*/
case 'login': case 'login':
if(argv(1)) { if(argv(1)) {
echo 'Password: '; echo 'Password: ';
@@ -154,7 +154,7 @@ function fresh_help() {
if(argc() == 1) { if(argc() == 1) {
echo "help - this text\n"; echo "help - this text\n";
echo "login email_address - login with email_address, prompts for password\n"; echo "login email_address - login with email_address, prompts for password\n";
echo "finger channel_address - lookup channel_address remotely\n"; // echo "finger channel_address - lookup channel_address remotely\n";
echo "channel new_channel - change active channel to new_channel (nickname)\n"; echo "channel new_channel - change active channel to new_channel (nickname)\n";
echo "conn [id1] [id2...] - without args list connections, or report detail of connection id1 (etc.)\n"; echo "conn [id1] [id2...] - without args list connections, or report detail of connection id1 (etc.)\n";
echo "quit|exit - terminate fresh\n"; echo "quit|exit - terminate fresh\n";