You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the wearer can use the safeword, there is NO reason why the wearer should not be allowed to change it. It is after all publicly displayed in Help/About.
Since the owner can simply disable the safeword, I don't see any reason why an owned wearer shouldn't be able to change it. Let's move this to a pr please.
Currently owner auth is required to change safeword. I see no reason why the wearer should not be allowed to change their own safeword.
Code is found in oc_core here:
If it's agreed we should let wearer change safeword, we should change
if(iNum == CMD_OWNER){
toif(iNum==CMD_OWNER || kID==g_kWearer)
and insert...prior to the
if(llToLower(sChangevalue) == "off"){
line.The text was updated successfully, but these errors were encountered: