Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | quit-notify/notifyquit: updated docs & readme to mention that C-c and C-g both | Tom Feist | 2011-04-22 | 1 | -1/+2 |
| | | | | cancel message | ||||
* | notifyquit: maybe implemented todo item re: keeping watchlist of channel | Tom Feist | 2011-04-22 | 1 | -5/+157 |
| | | | | occupants to minimise false-positive matches. Needs testing though. | ||||
* | notifyquit: removed debug prints. | Tom Feist | 2011-04-21 | 1 | -5/+0 |
| | |||||
* | * quit-notify/README.pod: added documentation for notifyquit, and generated | Tom Feist | 2011-04-21 | 1 | -0/+90 |
| | | | | readme file. | ||||
* | notifyquit: added notifyquit_exceptions setting, which takes a space separated | Tom Feist | 2011-04-21 | 1 | -18/+80 |
| | | | | | | | | | | list of regular expressions in the form /regex/. If any of the regexen match, the message will be allowed to proceed without the confirmation step. Defaults are: /^https?/ /^ftp/ | ||||
* | notifyquit: add 'ftp' to the blacklist since it's a common prefix which is | Tom Feist | 2011-04-08 | 1 | -1/+1 |
| | | | | (hopefully) unlikely to be a nick. | ||||
* | notifyquit: kill the debug print that sneaked past. | Tom Feist | 2011-04-01 | 1 | -1/+0 |
| | |||||
* | Bah. more fixing of script_is_loaded. | Tom Feist | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | notifyquit: flippy-floppy some logic for clarity. | Tom Feist | 2011-04-01 | 1 | -4/+3 |
| | |||||
* | notifyquit: fix stupid syntax error in regex. | Tom Feist | 2011-04-01 | 1 | -31/+31 |
| | |||||
* | added notifyquit.pl, stolen (um, borrowed) from vague@#irssi and made moar ↵ | Tom Feist | 2011-04-01 | 1 | -0/+169 |
better. |