Skip to content

Commit

Permalink
Added Summary.xml to git
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jul 21, 2010
1 parent 127940a commit a463c1c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions plugins/Summary.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient>

<muclient>
<plugin
name="Summary"
author="Nick Gammon"
id="71a90acddb14f784437b8b80"
language="Lua"
purpose="Provides a system summary you can post into a forum message"
date_written="2010-07-22 07:29:52"
requires="4.55"
version="1.0"
>
<description trim="y">
Type "summary" to use.
</description>

</plugin>

<aliases>
<alias
match="summary"
enabled="y"
send_to="12"
sequence="100"
>
<send>Debug "summary"</send>
</alias>
</aliases>

</muclient>

0 comments on commit a463c1c

Please sign in to comment.