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')

Main, Commands
KVIrc 3.0.0 Documentation
Generated by root at Sat Oct 16 22:01:45 2004