diff options
author | Tom Feist <shabble@metavore.org> | 2011-04-01 08:21:17 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-04-01 08:21:17 +0000 |
commit | 46f30c983488c1fb212476c2a9eff70a2faa54f1 (patch) | |
tree | efc31a103467fb2667c137b61435bfa6e80cefb6 | |
parent | notifyquit: kill the debug print that sneaked past. (diff) | |
download | irssi-scripts-46f30c983488c1fb212476c2a9eff70a2faa54f1.tar.gz irssi-scripts-46f30c983488c1fb212476c2a9eff70a2faa54f1.zip |
updated readme with brief synopsis of notifyquit.
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -63,6 +63,13 @@ to use them. hours ago because you didn't notice you were scrolled up in the history buffer. If you try to send a message whilst scrolled, it'll warn you and check you really want to first. + +* `quit-notify/` is based on a script by vague@#irssi/Freenode. It is most + useful when you are ignoring joins/parts/quits from a channel, and hence + don't realise when the person you are responding to has left. If they have + (or if you prefix your message with a nonexistent nick), the script will + ask you to confirm that you want to send the message, much like + `scrolled_reminder`. * `testing/` is a Perl framework external to Irssi (ie: not a script) that will ultimately allow you to write unit tests for your scripts, and run them in a |