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"; }