[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dragonmtn-commits] Changes to snowwhiteHelp/chanserv/sop.xml
From: |
Mark Loeser |
Subject: |
[Dragonmtn-commits] Changes to snowwhiteHelp/chanserv/sop.xml |
Date: |
Sun, 28 Aug 2005 21:37:01 -0400 |
Index: snowwhiteHelp/chanserv/sop.xml
diff -u snowwhiteHelp/chanserv/sop.xml:1.3 snowwhiteHelp/chanserv/sop.xml:1.4
--- snowwhiteHelp/chanserv/sop.xml:1.3 Sat Aug 20 06:34:42 2005
+++ snowwhiteHelp/chanserv/sop.xml Mon Aug 29 01:36:38 2005
@@ -1,28 +1,43 @@
-<help service="chanserv">
- <topic name="SOP">
- <command name="SOP">
- <syntax>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE help SYSTEM "../help.dtd">
+<help>
+ <service>
+ ChanServ
+ </service>
+ <command>
+ <name>
+ SOP
+ </name>
+ <syntax>
+ <li>
/ChanServ SOP <#channel> ADD <nick>
+ </li>
+ <li>
/ChanServ SOP <#channel> DEL <nick |
index#>
+ </li>
+ <li>
/ChanServ SOP <#channel> LIST
- </syntax>
- <desc>
- This command is an alias to the ADDOP, DELOP,
and LISTOP facilties
- except that it manipulates only ops at level 10
(SuperOp).
- </desc>
- <section>
- This command is provided for interface
compatibility with services
- systems in use by other IRC networks.
- </section>
- <section>
- (see /ChanServ help listop, /ChanServ help
addop, and
- /ChanServ help delop)
- </section>
- <examples>
- <ex pre="To grant Grumpy level 10 op status on
#10thKingdom">
+ </li>
+ </syntax>
+ <desc>
+ This command is an alias to the ADDOP, DELOP, and
LISTOP facilties
+ except that it manipulates only ops at level 10
(SuperOp).
+
+ This command is provided for interface compatibility
with services
+ systems in use by other IRC networks.
+
+ (see /ChanServ help listop, /ChanServ help addop, and
+ /ChanServ help delop)
+ </desc>
+ <examples>
+ <example>
+ <context>
+ To grant Grumpy level 10 op status on
#10thKingdom
+ </context>
+ <sample>
/msg ChanServ sop #10thKingdom add
Grumpy
- </ex>
- </examples>
- </command>
- </topic>
+ </sample>
+ </example>
+ </examples>
+ </command>
</help>