global

Explicitly declares global variables
Usage
global <variable_list>
Description
Declares a list of global variables. Once a variable has been declared as global it refers to the global kvirc instance for the scope of the script. Global variables are shared between scripts and keep their value until they are explicitly unset or kvirc quits. Please note that the commands typed in from the commandline already assume that all the variables are global: this command has no effect in that case.
The versions of KVIrc prior to 3.0.0 recognized global variables by the initial uppercase letter. This method is incoherent with the rest of the language and is deprecated (even if it is still supported for backward compatibility).
Syntax Specification
global <variable_list>
Examples
global %a,%b,%c;

Index, Commands
KVIrc 3.2.4 Documentation
Generated by root at Thu Nov 16 13:59:12 2006