Inheritance: IrcEventArgs
 internal void HandleOnTopic(object sender, TopicEventArgs e)
 {
     if (OnTopic != null)
         OnTopic(this, e);
 }
 public void PluginsOnTopic(object sender, TopicEventArgs e)
 {
     OnTopic(this, e);
 }