aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Guide.pod
diff options
context:
space:
mode:
authorTom Feist <shabble@cowu.be>2010-07-21 19:58:21 +0000
committerTom Feist <shabble@cowu.be>2010-07-21 19:58:21 +0000
commit5a5c6461b163f00b9d4e2c8265b0ebb10c2be2e1 (patch)
treeb26db98f51e33d015642a997dea1654601b918c3 /docs/Guide.pod
parentstubbed out empty files, mroe content in Guide (diff)
downloadirssi-scripts-5a5c6461b163f00b9d4e2c8265b0ebb10c2be2e1.tar.gz
irssi-scripts-5a5c6461b163f00b9d4e2c8265b0ebb10c2be2e1.zip
added formats, and some copypasta from default.theme comments into theme
Diffstat (limited to 'docs/Guide.pod')
-rw-r--r--docs/Guide.pod5
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