diff options
| author | 2016-01-15 00:45:56 -0700 | |
|---|---|---|
| committer | 2016-01-15 00:45:56 -0700 | |
| commit | 1fe5b5f72660c0cde4d31ae0186d5c74e1ebb24e (patch) | |
| tree | f184234b30f74d4634b09ddef9e4e9b4239eb5a8 /lib/ASM/Inspect.pm | |
| parent | 2bd1a4861435b8b19d1f4b4c66d77436d39db54b (diff) | |
Clean up some stray comments and add support for Inspect to hook invite events
Diffstat (limited to 'lib/ASM/Inspect.pm')
| -rw-r--r-- | lib/ASM/Inspect.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ASM/Inspect.pm b/lib/ASM/Inspect.pm index 0177dd4..3854104 100644 --- a/lib/ASM/Inspect.pm +++ b/lib/ASM/Inspect.pm @@ -29,6 +29,7 @@ sub new $conn->add_handler('cuserinfo', \&inspect, "after"); $conn->add_handler('cclientinfo', \&inspect, "after"); $conn->add_handler('cfinger', \&inspect, "after"); + $conn->add_handler('invite', \&inspect, "after"); $conn->add_handler('public', \&on_public, "after"); return $self; } |
