Hi,
cl-irc includes a PASS method already, but it doesn't use it at the right time, that is, when the connection is initiated, before the NICK and USER commands are sent.
This patch introduces the :PASSWORD keyword arg to IRC:CONNECT, by default nil, which sends the PASS command at login time.