try
{
IRCConnection ircConnection = getIRConnection( host, port, password, nickName, alternateNickName, userName,
fullName, channel, isSsl );
ircConnection.doPrivmsg( channel, message );
}
catch ( IOException e )
{
throw new NotificationException( "Exception while checkConnection to irc ." + host, e );
}