Is Attachment Image (Condition) — DiSky

Addon: DiSky · Category: Condition · Since: 1.7

Syntax

att[achment[s]] %attachment% is [an] (image|img)

Description

See if a specific attachment is an image.

Examples

loop attachments of event-message:
	if loop-value is an image:
		reply with "Found an image!"

View source