Skip to content

Commit a463c1c

Browse files
committed
Added Summary.xml to git
1 parent 127940a commit a463c1c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

plugins/Summary.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="iso-8859-1"?>
2+
<!DOCTYPE muclient>
3+
4+
<muclient>
5+
<plugin
6+
name="Summary"
7+
author="Nick Gammon"
8+
id="71a90acddb14f784437b8b80"
9+
language="Lua"
10+
purpose="Provides a system summary you can post into a forum message"
11+
date_written="2010-07-22 07:29:52"
12+
requires="4.55"
13+
version="1.0"
14+
>
15+
<description trim="y">
16+
Type "summary" to use.
17+
</description>
18+
19+
</plugin>
20+
21+
<aliases>
22+
<alias
23+
match="summary"
24+
enabled="y"
25+
send_to="12"
26+
sequence="100"
27+
>
28+
<send>Debug "summary"</send>
29+
</alias>
30+
</aliases>
31+
32+
</muclient>

0 commit comments

Comments
 (0)