From 840ec2723b8f035edea520d06468a3fd8ad7f87c Mon Sep 17 00:00:00 2001 From: Zergling_man Date: Sat, 29 Jul 2023 19:12:35 +1000 Subject: [PATCH] oh yeah I figured out what that was a while ago. I guess I should have just looked at the name lol --- commands/lurking.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/lurking.sh b/commands/lurking.sh index 5210c55..3996b00 100644 --- a/commands/lurking.sh +++ b/commands/lurking.sh @@ -1,6 +1,7 @@ #Lurkan notifs(){ getauth "user/replies" ".replies | reverse | $notifs"; } -notifs2(){ getauth "user/mention" ".mentions | reverse | $notifs"; } +notifs2(){ echo "use mentions instead"; } +mentions(){ getauth "user/mention" ".mentions | reverse | $notifs"; } home(){ getauth "post/list" ".posts | $posts" "type_=Subscribed"; } #This has to get complex now -.- comments(){ getauth "post" "(.post_view | $showpost)" "id=$1"; getauth "comment/list" "(.comments | reverse | $comments_view)" "post_id=$1&sort=New"; }