We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127940a commit a463c1cCopy full SHA for a463c1c
plugins/Summary.xml
@@ -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