diff options
-rw-r--r-- | quit-notify/README.pod | 10 | ||||
-rw-r--r-- | 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<JOINS PARTS QUITS> 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<enter>, or C<y>. Pressing C<n> 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 C<E<lt>Ctrl-cE<gt>> and C<E<lt>Ctrl-gE<gt>> 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<enter>, or C<y>. Pressing C<n> 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 C<E<lt>Ctrl-cE<gt>> and C<E<lt>Ctrl-gE<gt>> will +also cancel the message sending in the same way. =head1 AUTHORS |