summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2007-06-28 17:54:10 +0000
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2007-06-28 17:54:10 +0000
commitd944892a0c4d04c056a8697fc0aee54b5b01ff88 (patch)
tree891e9c32f405acf9980616a174fd6e3477a0420b /meta.pl
parent0f110271658cc2f9e36e5fa4417b74679e39ce45 (diff)
check gecos, record gecos, inspect gecos, and more hilights
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 3f54a65..cf994dd 100755
--- a/meta.pl
+++ b/meta.pl
@@ -92,6 +92,7 @@ sub registerHandlers {
$conn->add_handler('cfinger', \&on_ctcp);
$conn->add_handler('320', \&whois_identified);
$conn->add_handler('318', \&whois_end);
+ $conn->add_handler('311', \&whois_user);
}
init();