From 139fcde2db7a5b2e3b2b92ea61b5b23476bfb04b Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Mon, 21 Mar 2005 21:14:41 +0000 Subject: Added help on #module 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] -- cgit v0.10.2