// Returns false if the Object did not exist in the first place.
if (!_channels.remove(getChannelForName(chanName)))
{
// We didn't have it in our lists? But we were parting it!
throw new SnipesException("Channel was not in the lists, yet we parted it.");
}
}
}
}
else if (ev == Event.IRC_NICKINUSE && (Boolean)args.getParam("fatal"))