$endif

Ends an if statement.

Syntax

$endif

Example

$nomention
$if[$message==BDFD]
  I love BDFD!
$endif

With $endif

!example BDFD I love BDFD!

Without $endif

!example BDFD $if not closed with $endif

For more info, see the If Guide.