~barnowl/barnowl/master

« back to all changes in this revision

Viewing changes to keys.c

  • Committer: Anders Kaseorg
  • Date: 2017-10-13 00:28:02 UTC
  • Revision ID: git-v1:4fd3c043e20dcdfa4672ff40ecd26b97d69f1155
Remove AIM support

This code has received almost no security attention, and anyway, AIM
is shutting down on December 15, 2017.

https://aimemories.tumblr.com/post/166091776077/aimemories

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
  BIND_CMD("A",   "away toggle",     "toggles away message on and off");
317
317
 
318
318
  BIND_CMD("z",   "start-command zwrite ", "start a zwrite command");
319
 
  BIND_CMD("a",   "start-command aimwrite ", "start an aimwrite command");
320
319
  BIND_CMD("r",   "reply",            "reply to the current message");
321
320
  BIND_CMD("R",   "reply sender",     "reply to sender of the current message");
322
321
  BIND_CMD("C-r", "reply -e",         "reply to the current message, but allow editing of recipient");