My inclination would be to put the animals into a text file (e.g., animals.txt), one animal per line, and then use

Code:
on *:text:!animal:#:{
    msg # $read(animals.txt)
}