Skip to content

Commit 9306b5d

Browse files
committed
Added Omit_Blank_Lines.xml plugin to the distribution
1 parent b20dffe commit 9306b5d

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

install/mushclient.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ Section "Plugins"
465465
File "..\plugins\Calculator.xml"
466466
File "..\plugins\Text_To_Speech.xml"
467467
File "..\plugins\Automatic_Backup.xml"
468+
File "..\plugins\Omit_Blank_Lines.xml"
468469

469470

470471
SectionEnd
@@ -690,6 +691,7 @@ Section Uninstall
690691
Delete "$INSTDIR\worlds\plugins\Calculator.xml"
691692
Delete "$INSTDIR\worlds\plugins\Text_To_Speech.xml"
692693
Delete "$INSTDIR\worlds\plugins\Automatic_Backup.xml"
694+
Delete "$INSTDIR\worlds\plugins\Omit_Blank_Lines.xml"
693695

694696
; locale stuff
695697

plugins/Omit_Blank_Lines.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="iso-8859-1"?>
2+
<!DOCTYPE muclient>
3+
<!-- Saved on Monday, July 07, 2008, 1:07 PM -->
4+
<!-- MuClient version 4.31 -->
5+
6+
<!-- Plugin "Omit_Blank_Lines" generated by Plugin Wizard -->
7+
8+
<muclient>
9+
<plugin
10+
name="Omit_Blank_Lines"
11+
author="Nick Gammon"
12+
id="87a0ec3649ab9a04d5ea618d"
13+
language="Lua"
14+
purpose="Omits blank lines from output"
15+
date_written="2008-07-07 13:06:47"
16+
requires="4.00"
17+
version="1.0"
18+
>
19+
<description trim="y">
20+
<![CDATA[
21+
Omits completely empty lines from output.
22+
]]>
23+
</description>
24+
25+
</plugin>
26+
27+
28+
<!-- Triggers -->
29+
30+
<triggers>
31+
<trigger
32+
enabled="y"
33+
match="^$"
34+
omit_from_output="y"
35+
regexp="y"
36+
sequence="100"
37+
>
38+
</trigger>
39+
</triggers>
40+
41+
</muclient>

0 commit comments

Comments
 (0)