summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.pl b/meta.pl
index cf994dd..f0e3593 100755
--- a/meta.pl
+++ b/meta.pl
@@ -93,6 +93,7 @@ sub registerHandlers {
$conn->add_handler('320', \&whois_identified);
$conn->add_handler('318', \&whois_end);
$conn->add_handler('311', \&whois_user);
+ $conn->add_handler('352', \&on_whoreply);
}
init();