Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
b1conrad committed Sep 27, 2022
1 parent d4865f0 commit 2752b1d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions byname/byu.hr.connect.krl
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,18 @@ playMessages('#{bmECI}');
}
if referer then send_directive("_redirect",{"url":referer})
}
/*
* Notable events
*/
rule newBasicmessage {
select when aca_basicmessage basicmessage_received
their_vk re#(.+)# setting(vk)
fired {
raise byname_notification event "status" attributes {
"application":meta:rid,
"subject":"a basicmessage from "+vk,
"description":event:attrs.get("message").encode(),
}
}
}
}

1 comment on commit 2752b1d

@b1conrad
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use mechanism being built for byname issue #93

Please sign in to comment.