diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-16 19:00:13 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-16 19:00:13 +0000 |
commit | 3255a19112b99c39ae45049cf2d00ee20e60ad75 (patch) | |
tree | 668aa867fab4413ff92e885f6b8bd511dbf0353b /docs/Irssi.pm | |
parent | reformatting of signals into more useful format for parsing, work on teh sign... (diff) | |
download | irssi-scripts-3255a19112b99c39ae45049cf2d00ee20e60ad75.tar.gz irssi-scripts-3255a19112b99c39ae45049cf2d00ee20e60ad75.zip |
signals maybe finished!
Diffstat (limited to '')
-rw-r--r-- | docs/Irssi.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Irssi.pm b/docs/Irssi.pm index 2c93256..11837d4 100644 --- a/docs/Irssi.pm +++ b/docs/Irssi.pm @@ -71,6 +71,16 @@ additional pages. =back + +=head1 EXPORTS + +Nothing by default, but passing a list of function names when C<use>ing the module +will import them into the current namespace. + +For example: + + use Irssi qw/signal_emit signal_add .../; + =head1 METHODS =head2 Accessors |