Info

      info - syntax: info("message","info channel") 

Sends a message across the info channel. Most of the time you will use the "quests" info channel. However, if you have a rarely killed "epic quest mob" you could also announce it's death over info deaths.

The info channels are: levels, deaths, newbies, claninfo, notes, raiding, pkdeaths, classchanges, helperinfo and quests

   -- Announce graduation.
   info(ch.name.." has graduated from the Aylorian Academy!","quests")

   --- Announce death of epic mod.
   info("The giant weasel has been murdered by "..ch.name.."!","deaths")