3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

handlers: remove obsolete comment about WHOIS

This commit is contained in:
James Lu 2016-07-24 13:48:03 -07:00 committed by GitHub
parent cf804ca84e
commit c8ec2d9600

View File

@ -5,7 +5,7 @@ handlers.py - Implements miscellaneous IRC command handlers (WHOIS, services log
from pylinkirc import utils, conf
from pylinkirc.log import log
def handle_whois(irc, source, command, args):
"""Handle WHOIS queries, for IRCds that send them across servers (charybdis, UnrealIRCd; NOT InspIRCd)."""
"""Handle WHOIS queries."""
target = args['target']
user = irc.users.get(target)