From 5925e81e9b591b39f2fa0979a1756bdd1c87eec9 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 22 Apr 2011 03:38:09 +0100 Subject: quit-notify/notifyquit: updated docs & readme to mention that C-c and C-g both cancel message --- quit-notify/README.pod | 10 ++++++++-- quit-notify/notifyquit.pl | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/quit-notify/README.pod b/quit-notify/README.pod index d2c0978..99002d8 100644 --- a/quit-notify/README.pod +++ b/quit-notify/README.pod @@ -7,7 +7,7 @@ notifyquit.pl =head1 DESCRIPTION A script intended to alert people to the fact that their conversation partners -have quit or left the channel, especially useful in high-traffic channels, or +have quit or left the channel, especially useful in high-traffic channels, or where you have C ignored. =head1 INSTALLATION @@ -51,7 +51,8 @@ try to respond to impatient people, or those with a bad connection. To send the message once prompted, either hit C, or C. Pressing C will abort sending, but leave the message in your input buffer just in case -you want to keep it. +you want to keep it. Keys CCtrl-cE> and CCtrl-gE> will +also cancel the message sending in the same way. =head1 AUTHORS @@ -84,6 +85,11 @@ or moan about it in C<#irssi@Freenode>. =item * Keep a watchlist of nicks in the channel, and only act to confirm if they quit shortly before/during you typing a response. +keep track of the most recent departures, and upon sending, see if one of them +is your target. If so, prompt for confirmation. + +So, add them on quit/kick/part, and remove them after a tiemout. + =back diff --git a/quit-notify/notifyquit.pl b/quit-notify/notifyquit.pl index eb08d88..87ea0ed 100644 --- a/quit-notify/notifyquit.pl +++ b/quit-notify/notifyquit.pl @@ -51,7 +51,8 @@ try to respond to impatient people, or those with a bad connection. To send the message once prompted, either hit C, or C. Pressing C will abort sending, but leave the message in your input buffer just in case -you want to keep it. +you want to keep it. Keys CCtrl-cE> and CCtrl-gE> will +also cancel the message sending in the same way. =head1 AUTHORS -- cgit v1.2.3