diff options
| author | 2007-06-28 17:54:10 +0000 | |
|---|---|---|
| committer | 2007-06-28 17:54:10 +0000 | |
| commit | d944892a0c4d04c056a8697fc0aee54b5b01ff88 (patch) | |
| tree | 891e9c32f405acf9980616a174fd6e3477a0420b /meta.pl | |
| parent | 0f110271658cc2f9e36e5fa4417b74679e39ce45 (diff) | |
check gecos, record gecos, inspect gecos, and more hilights
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |
