๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

auth: fix auth not firing properly

Ducky 7f2e905d f4925def

+1 -1
+1 -1
src/commands/auth.sh
··· 29 29 fi 30 30 31 31 # NOTE: Speeds things up a little if the command doesn't need actor resolving 32 - if [[ -n $_command ]] ||\ 32 + if [[ -z $_command ]] ||\ 33 33 [[ $_command == "ai" ]] ||\ 34 34 [[ $_command == "handle" ]] ||\ 35 35 [[ $_command == "help" ]] ||\