RFC2821 Wrappers

Wrappers for rfc2821 commands
Some less used KVIrc commands are implemented as simple wrappers around the standard rfc2821 commands.
For example the /OPER command will be used only by server operators and probably only once per connection.
All these commands will be needed by experienced IRC users only. Due to this fact, these commands have no special kind of parsing performed by KVIrc: the parameters are extracted, the identifiers are parsed normally and are sent to the server without any semantic check.
This means that while OPER requires two parameters, KVIrc will not complain if you send a single parameter only or use ten parameters.
The exact parameter syntax/semantic checking is left to you.
This also means that if some of these commands accept parameters with spaces, it is left to you to add the leading ':' before the last parameter.
You'd better read rfc2812 if any of these commands does not work fine for you.
Description
Stops the execution of the current script.
Note that this is different from return: halt doesn't set the return value (use setreturn for that) and in the event handlers this command may have additional semantics: refer to the specific event documentation for more info.
In fact , this command should be used only in the event handlers, use return in any other context.

Main index, Miscelaneous documentation index
KVirc 3.0.0 documentation
Generated by diego at Sat Jul 13 15:37:55 2002