# File lib/rbot/ircbot.rb, line 1219
  def whois(nick, target=nil)
    sendq "WHOIS #{target} #{nick}", nil, 0
  end