Skip to content

Commit

Permalink
TODO is done
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed May 24, 2023
1 parent 3093bf9 commit b4442d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Chatbook/Actions.wl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ChatbookAction[ "ExclusionToggle" , args___ ] := catchMine @ ExclusionToggl
ChatbookAction[ "OpenChatBlockSettings", args___ ] := catchMine @ OpenChatBlockSettings @ args;
ChatbookAction[ "OpenChatMenu" , args___ ] := catchMine @ OpenChatMenu @ args;
ChatbookAction[ "PersonaManage" , args___ ] := catchMine @ PersonaManage @ args;
ChatbookAction[ "PersonaURLInstall" , args___ ] := catchMine @ PersonaURLInstall @ args; (* TODO *)
ChatbookAction[ "PersonaURLInstall" , args___ ] := catchMine @ PersonaURLInstall @ args;
ChatbookAction[ "Send" , args___ ] := catchMine @ SendChat @ args;
ChatbookAction[ "StopChat" , args___ ] := catchMine @ StopChat @ args;
ChatbookAction[ "TabLeft" , args___ ] := catchMine @ TabLeft @ args;
Expand Down

0 comments on commit b4442d4

Please sign in to comment.