summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-12-28 10:42:55 -0800
committerEvan Prodromou <evan@status.net>2009-12-28 10:42:55 -0800
commitc5de3262312f814bc44e596d9031c2df22420e27 (patch)
tree1fac8a2904c0a9a40b5b1e66de1110d589782ee0 /EVENTS.txt
parentc07f22104094d26f7f6266c2b59f7999030fda1a (diff)
events for blocking a user
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt7
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