aboutsummaryrefslogtreecommitdiffstats
path: root/powwow.help
diff options
context:
space:
mode:
authorGustav HÃ¥llberg <gustav@gmail.com>2009-01-16 23:46:35 (GMT)
committerGustav HÃ¥llberg <gustav@gmail.com>2009-01-16 23:46:35 (GMT)
commitcd6d75684108f9a214821bcbfd98beeae0832386 (patch)
treeaf4905abdf71a136dd25f073a5f428096313a060 /powwow.help
parent7d85d4e9500b2d1d802b8c5b15307ee9c770c245 (diff)
downloadpowwow-cd6d75684108f9a214821bcbfd98beeae0832386.zip
powwow-cd6d75684108f9a214821bcbfd98beeae0832386.tar.gz
powwow-cd6d75684108f9a214821bcbfd98beeae0832386.tar.bz2
cleaned up #option code and added '#option list'
Diffstat (limited to 'powwow.help')
-rw-r--r--powwow.help15
1 files changed, 9 insertions, 6 deletions
diff --git a/powwow.help b/powwow.help
index 7be6f70..5381235 100644
--- a/powwow.help
+++ b/powwow.help
@@ -298,14 +298,17 @@ expression) to the word completion list. Example:
#action >reply ^$1 tells you={#print;#add $1}
(from now on, you can use TAB to complete that name)
@option
-#option [none|[history][words][exit]]
+#option [+-=]<option> | list
-This command sets a number of options for powwow.
+This command lets you list or change various options of powwow.
+
+ #option lists all current option settings
+ #option list long list of current options
+ #option =<option> edit current setting of <option>
+ #option +<option> enable <option>
+ #option -<option> disable <option>
+ #option <option> toggle <option>
- history write history lines to the savefiles
- words write words in completion buffer to the savefile
- exit close powwow when the last connection is closes
- none go figure (DEFAULT)
@put
#put {text|(expression)}