public override ChatEvent Fire(ChatRuntime cr) { ChatEvent ce = base.Fire(cr); cr.Run(cr.FindChat(Text)); return(ce); }