aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd.c
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2023-01-24 06:28:34 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2023-01-24 06:28:34 (GMT)
commit4a4c430d3affc992737d11c6b403c62ceb97007c (patch)
tree5fc22b1f6abb68ef51492f6707d09d6ce0926537 /src/cmd.c
parente5419a02b2e84e2a792d8b385e099c85f1489cf4 (diff)
downloadpowwow-4a4c430d3affc992737d11c6b403c62ceb97007c.zip
powwow-4a4c430d3affc992737d11c6b403c62ceb97007c.tar.gz
powwow-4a4c430d3affc992737d11c6b403c62ceb97007c.tar.bz2
factor out parsing #substitute and #markHEADmaster
Diffstat (limited to 'src/cmd.c')
-rw-r--r--src/cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd.c b/src/cmd.c
index 847fbdc..9ef0539 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -227,10 +227,10 @@ cmdstruct default_commands[] =
"connect-id command\ttalk with a shell command"),
C("speedwalk", cmd_speedwalk,
"[speedwalk sequence]\texecute a speedwalk sequence explicitly"),
- C("substitute", cmd_substitute,
- "[string[=[text]]]\tdelete/list/define substitutions"),
C("stop", cmd_stop,
"\t\t\t\tremove all delayed commands from active list"),
+ C("substitute", cmd_substitute,
+ "[string[=[text]]]\tdelete/list/define substitutions"),
C("time", cmd_time,
"\t\t\t\tprint current time and date"),
C("var", cmd_var,