Exemplo n.º 1
0
        public void OnCassieCustomAnnouncement(CassieCustomAnnouncementEvent ev)
        {
            if (!ev.Allow)
            {
                return;
            }

            Dictionary <string, string> variables = new Dictionary <string, string>
            {
                { "words", ev.Words }
            };

            this.plugin.SendMessage(Config.GetArray("channels.oncassiecustomannouncement"), "environment.oncassiecustomannouncement", variables);
        }
 public void OnCassieCustomAnnouncement(CassieCustomAnnouncementEvent ev)
 {
     this.plugin.VerboseError("Event not yet implemented");
 }