diff options
| author | Alexander Færøy | 2014-08-06 08:55:19 +0200 |
|---|---|---|
| committer | Alexander Færøy | 2014-08-06 08:55:19 +0200 |
| commit | f2feb33d72476e68d0aa5c04fc47dc5e12310098 (patch) | |
| tree | e33110d1159d6df8237440549b860b87a7403a0b /_data | |
| parent | a81da41a8cfd9b6617b2ec0d664597d2eaeb7af2 (diff) | |
| parent | f7e2fe1e027b3e213e4e16302267e4083f493121 (diff) | |
| download | scripts.irssi.org-f2feb33d72476e68d0aa5c04fc47dc5e12310098.tar.bz2 | |
Merge pull request #26 from dequis/yaml-parse-error-fix
Fix yaml parsing error introduced by the noticelogic PR
Diffstat (limited to '_data')
| -rw-r--r-- | _data/scripts.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_data/scripts.yaml b/_data/scripts.yaml index a9bc2cf..2048a6c 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -2883,7 +2883,7 @@ - authors: "Ben Klein, based on noticemove by Timo Sirainen" changed: "2014-07-10T09:20+1000" changes: "v2.0 - Rewrite noticemove to prefer active window" - contact: "shacklein\@gmail.com", + contact: 'shacklein\@gmail.com' description: "Print private notices in query/channel where you're talking to them. Prefers active window if they're there with you." filename: "noticelogic.pl" modified: "2014-07-09 23:20" |
