poisoned = false;
}
// Called when entity listen to text from talker
public void onPrivateListen(final String texttype, final String text) {
NotificationType type;
try {
type = NotificationType.valueOf(texttype);
} catch (final RuntimeException e) {
LOGGER.error("Unkown texttype: ", e);
type = NotificationType.PRIVMSG;