connect

Connects a signal to a slot
Usage
[Deprecated]connect <source_object> <signal_name> <target_object> <slot_name>
Description
[DEPRECATED] Connects the <source_object>'s signal <signal_name> to the <target_object>'s slot <slot_name>. When one of the two objects is destroyed, the signal/slot connection is automatically removed.
WARNING: This command name collides with the rfc2812 CONNECT IRC Op command: this IRC command is available to operators only and is rather rarely used: you can use it by the means of raw. For this reason this command is actually deprecated and will be removed in a future release in favor of objects.connect. Don't use it.
Syntax Specification
[Deprecated]connect <source_object:hobject> <signal_name:string> <target_object:hobject> <slot_name:string>
See also
class, objects.disconnect, objects documentation

Index, Commands
KVIrc 3.2.6 Documentation
Generated by kris at Fri Apr 24 13:12:43 2009