diff options
author | Tom Feist <shabble@cowu.be> | 2010-09-25 23:10:10 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-09-25 23:10:10 +0000 |
commit | ac0a95943933b7dd1d50c6de1999fa83fb672afa (patch) | |
tree | 7d6c8d21e87caaa20a3629d23fff2439e98e0c36 /docs/General/Guide.pod | |
parent | added a not-quite-functional channel autojoin throttling script (diff) | |
download | irssi-scripts-ac0a95943933b7dd1d50c6de1999fa83fb672afa.tar.gz irssi-scripts-ac0a95943933b7dd1d50c6de1999fa83fb672afa.zip |
changes suggested by ahf to guide.pod - be less bossy
Diffstat (limited to 'docs/General/Guide.pod')
-rw-r--r-- | docs/General/Guide.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/General/Guide.pod b/docs/General/Guide.pod index 20f48af..a3cfe38 100644 --- a/docs/General/Guide.pod +++ b/docs/General/Guide.pod @@ -112,9 +112,8 @@ All scripts should contain a header as follows: license => 'Public Domain', ); -The first two lines should be used in B<all> perl scripts, not just Irssi. They -provide far greater error checking and diagnostics should you make a mistake in your -code. +The first two lines are optional, but strongly advised. They provide far greater +error checking and diagnostics should you make a mistake in your code. The C<use vars qw($VERSION %IRSSI)> defines two global variables, which are then set below to the appropriate values. |