protected virtual void OnPrivmsg(PrivmsgEventArgs args) { if (Privmsg != null) { Privmsg(this, args); } }
protected virtual void OnPrivmsg (PrivmsgEventArgs args) { if (Privmsg != null) { Privmsg (this, args); } }