diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2005-03-21 21:14:41 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2005-03-21 21:14:41 (GMT) |
commit | 139fcde2db7a5b2e3b2b92ea61b5b23476bfb04b (patch) | |
tree | a0ff3d79a551eee2d97a7d9d46c289e5a999f840 | |
parent | 77b99702320cf5b382562b17aa617626d3efd872 (diff) | |
download | powwow-139fcde2db7a5b2e3b2b92ea61b5b23476bfb04b.zip powwow-139fcde2db7a5b2e3b2b92ea61b5b23476bfb04b.tar.gz powwow-139fcde2db7a5b2e3b2b92ea61b5b23476bfb04b.tar.bz2 |
Added help on #module
-rw-r--r-- | powwow.help | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/powwow.help b/powwow.help index 9262057..7be6f70 100644 --- a/powwow.help +++ b/powwow.help @@ -114,6 +114,21 @@ Wildcards are allowed ($ for a single word, & for any string). Examples: #mark Sizzler= (Sizzler is no longer put in bold) #mark (lists all markers) #mark *&*=inverse (mark in reverse any string in * *) +@module +#module [module name] + +This loads a shared library module by name, if supported by your system. The +name of the module should be included in the documentation that came with the +powwow extension, for example to load the perl module you would use: + +#module perl + +Which gives you the perl command that can be used like: + +#perl powwow::exec( "say it is " . scalar(localtime()) ) + +The commands added and their syntax varies depending on the module. + @history #history [number] |