1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00
profanity/src/command
Netboy3 4ea98c71ee Fix /autoaway command logic
Two issues were fixed in the parser logic:
* A call to cons_bad_cmd_usage() was placed at the end of the "time"
  parser section that blocked reachability to both "message" and
  "check" parser sections. This caused "/autoaway message ..." and
  "/autoaway check ..." to always fail with "Invalid usage". This
  issue was introduced in commit 3c1e4ba.
* "/autoaway message xa" with no message argument returns message
  set to (null). This should be fixed the same way as
  "/autoaway message away" was fixed in commit 3c1e4ba.
2022-07-28 11:48:38 -04:00
..
cmd_ac.c Add autocompletion for /log level 2022-06-22 13:05:11 +02:00
cmd_ac.h Move declaration and definition of win_get_last_sent_message to the correct place 2021-10-22 10:24:51 +03:00
cmd_defs.c Correct default log maxsize in help 2022-06-22 13:05:02 +02:00
cmd_defs.h Update copyright year 2022-05-09 15:43:33 +02:00
cmd_funcs.c Fix /autoaway command logic 2022-07-28 11:48:38 -04:00
cmd_funcs.h Add basic qrcode functions 2022-05-30 18:04:36 +02:00