diff options
Diffstat (limited to 'docs/Guide.pod')
-rw-r--r-- | docs/Guide.pod | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Guide.pod b/docs/Guide.pod index eba0912..b540e75 100644 --- a/docs/Guide.pod +++ b/docs/Guide.pod @@ -87,7 +87,8 @@ The C<use vars qw($VERSION %IRSSI)> defines two global variables, which are then set below to the appropriate values. C<use Irssi> tells the script to make the various L<Irssi> support functions available. - +Additional parameters passed here with C<qw/.../> can be used to import functions into +the current script namespace. =head1 COMMONLY SCRIPTED TASKS @@ -197,6 +198,8 @@ B<TODO: different types of settings> B<TODO: register/set/get> +B<TODO: Listening for changes and acting accordingly> + =head3 Use Subcommands to Group Script Functionality A common theme in Irssi scripts is to define commands with a prefix, such as |