Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1385,6 +1385,11 @@ |
1386 | 1386 | $user: User to get rights for |
1387 | 1387 | &$rights: Current rights |
1388 | 1388 | |
| 1389 | +'UserIsBlockedGlobally': Check if user is blocked on all wikis. |
| 1390 | +&$user: User object |
| 1391 | +$ip: User's IP address |
| 1392 | +&$blocked: Whether the user is blocked, to be modified by the hook |
| 1393 | + |
1389 | 1394 | 'UserLoadDefaults': called when loading a default user |
1390 | 1395 | $user: user object |
1391 | 1396 | $name: user name |