if

Flow control command
Syntax

if (<condition>) <command1> [else <command2>]

Description
Executes <command1> if the <condition> evaluates to true (non zero result). If the "else part" is given <command2> is executed if the <condition> evaluates to false (result == '0')

Index, Commands
KVIrc 3.2.0 Documentation
Generated by root at Sat Oct 28 23:04:05 2006