diff options
author | Evan Prodromou <evan@status.net> | 2009-12-28 10:42:55 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-28 10:42:55 -0800 |
commit | c5de3262312f814bc44e596d9031c2df22420e27 (patch) | |
tree | 1fac8a2904c0a9a40b5b1e66de1110d589782ee0 /EVENTS.txt | |
parent | c07f22104094d26f7f6266c2b59f7999030fda1a (diff) |
events for blocking a user
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 96250f64c..42aecfaf9 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -640,3 +640,10 @@ EndLog: After writing to the logs - $msg - $filename +StartBlockProfile: when we're about to block +- $user: the person doing the block +- $profile: the person getting blocked, can be remote + +EndBlockProfile: when a block has succeeded +- $user: the person doing the block +- $profile: the person blocked, can be remote |