From: Scott Perry Date: Mon, 12 May 2008 10:59:55 +0000 (+0200) Subject: This patch implements a (maybe) compliant WHOWAS command. X-Git-Tag: rel-13-rc1~113 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=70254a5553b97109df8417c2a6fcb71d55ab371d;hp=70254a5553b97109df8417c2a6fcb71d55ab371d This patch implements a (maybe) compliant WHOWAS command. It is hard to test this in the test suite because we 1) shouldn't rely on previous tests populating WHOWAS and 2) don't connect a user for more than 30 seconds. Also makes WHOWAS return ERR_NONICKNAMEGIVEN_MSG as implied by RFC. ---