/** * Package contains classes for working with the IRC protocol and IRC servers. * <p> * Request connections with a {@link jerklib.ConnectionManager}. This will return a {@link jerklib.Session} object. * * @see jerklib.ConnectionManager * @see jerklib.Session * @see jerklib.Channel */ package jerklib;