42 lines
728 B
XML
42 lines
728 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE muclient>
|
|
<!-- Saved on Monday, July 07, 2008, 1:07 PM -->
|
|
<!-- MuClient version 4.31 -->
|
|
|
|
<!-- Plugin "Omit_Blank_Lines" generated by Plugin Wizard -->
|
|
|
|
<muclient>
|
|
<plugin
|
|
name="Omit_Blank_Lines"
|
|
author="Nick Gammon"
|
|
id="87a0ec3649ab9a04d5ea618d"
|
|
language="Lua"
|
|
purpose="Omits blank lines from output"
|
|
date_written="2008-07-07 13:06:47"
|
|
requires="4.00"
|
|
version="1.0"
|
|
>
|
|
<description trim="y">
|
|
<![CDATA[
|
|
Omits completely empty lines from output.
|
|
]]>
|
|
</description>
|
|
|
|
</plugin>
|
|
|
|
|
|
<!-- Triggers -->
|
|
|
|
<triggers>
|
|
<trigger
|
|
enabled="y"
|
|
match="^$"
|
|
omit_from_output="y"
|
|
regexp="y"
|
|
sequence="100"
|
|
>
|
|
</trigger>
|
|
</triggers>
|
|
|
|
</muclient>
|