diff options
| author | Steve Slaven <bpk@hoopajoo.net> | 2023-01-24 06:28:34 (GMT) | 
|---|---|---|
| committer | Steve Slaven <bpk@hoopajoo.net> | 2023-01-24 06:28:34 (GMT) | 
| commit | 4a4c430d3affc992737d11c6b403c62ceb97007c (patch) | |
| tree | 5fc22b1f6abb68ef51492f6707d09d6ce0926537 /src/cmd.c | |
| parent | e5419a02b2e84e2a792d8b385e099c85f1489cf4 (diff) | |
| download | powwow-master.zip powwow-master.tar.gz powwow-master.tar.bz2 | |
Diffstat (limited to 'src/cmd.c')
| -rw-r--r-- | src/cmd.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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, | 
