Squishy.Irc.IrcClient.OnUnspecifiedInfo C# (CSharp) Method

OnUnspecifiedInfo() protected method

Fires when an information is sent that is not captured by the intern protocol handler.
protected OnUnspecifiedInfo ( IrcPacket packet ) : void
packet Squishy.Irc.Protocol.IrcPacket
return void
        protected virtual void OnUnspecifiedInfo(IrcPacket packet)
        {
        }