|
@@ -193,8 +193,8 @@ if $ARGS[0] = 'Phone_selfie_totals':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'send_selfie_handler':
|
|
|
- temp_ssh_ret_loc = $ARGS[1]
|
|
|
- temp_ssh_ret_arg = $ARGS[2]
|
|
|
+ $temp_ssh_ret_loc = $ARGS[1]
|
|
|
+ $temp_ssh_ret_arg = $ARGS[2]
|
|
|
temp_suppress_other_selfies = 1
|
|
|
|
|
|
gt 'phone_selfies', 'selfies'
|
|
@@ -211,8 +211,12 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'act_exit':
|
|
|
act 'Stop watching selfies':
|
|
|
- killvar 'temp_suppress_other_selfies'
|
|
|
- gt $menu_loc, $menu_arg
|
|
|
+ if temp_suppress_other_selfies = 0:
|
|
|
+ gt $menu_loc, $menu_arg
|
|
|
+ else
|
|
|
+ killvar 'temp_suppress_other_selfies'
|
|
|
+ gt $temp_ssh_ret_loc, $temp_ssh_ret_arg
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
|