dragonmtn-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dragonmtn-commits] Changes to snowwhiteHelp/chanserv/chanop.xml


From: Mark Loeser
Subject: [Dragonmtn-commits] Changes to snowwhiteHelp/chanserv/chanop.xml
Date: Sun, 28 Aug 2005 21:36:41 -0400

Index: snowwhiteHelp/chanserv/chanop.xml
diff -u snowwhiteHelp/chanserv/chanop.xml:1.3 
snowwhiteHelp/chanserv/chanop.xml:1.4
--- snowwhiteHelp/chanserv/chanop.xml:1.3       Sat Aug 20 06:34:42 2005
+++ snowwhiteHelp/chanserv/chanop.xml   Mon Aug 29 01:36:38 2005
@@ -1,31 +1,63 @@
-<help service="chanserv">
-       <topic name="CHANOP">
-               <command name="CHANOP">
-                       <syntax>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE help SYSTEM "../help.dtd">
+<help>
+       <service>
+               ChanServ
+       </service>
+       <command>
+               <name>
+                       CHANOP
+               </name>
+               <syntax>
+                       <li>
                                /ChanServ CHANOP &lt;#channel&gt; ADD 
&lt;nick&gt; &lt;level&gt;
+                       </li>
+                       <li>
                                /ChanServ CHANOP &lt;#channel&gt; DEL 
&lt;nick&gt;
+                       </li>
+                       <li>
                                /ChanServ CHANOP &lt;#channel&gt; LIST
-                       </syntax>
-                       <desc>
-                               The CHANOP command can be used to maintain 
channel operator lists.
-                               The ADD subcommand is used to add channel 
operators, the DEL subcommand
-                               is used to remove channel operators, and the 
LIST subcommand is used to
-                               show the list of channel operators.
-                       </desc>
-                       <section name="SEE ALSO">
+                       </li>
+               </syntax>
+               <desc>
+                       The CHANOP command can be used to maintain channel 
operator lists.
+                       The ADD subcommand is used to add channel operators, 
the DEL subcommand
+                       is used to remove channel operators, and the LIST 
subcommand is used to
+                       show the list of channel operators.
+               </desc>
+               <section>
+                       <heading>
+                               SEE ALSO
+                       </heading>
+                       <body>
                                /ChanServ help LEVELS
-                       </section>
-                       <examples>
-                               <ex pre="To grant Grumpy level 3 op status on 
#10thKingdom">
+                       </body>
+               </section>
+               <examples>
+                       <example>
+                               <context>
+                                       To grant Grumpy level 3 op status on 
#10thKingdom
+                               </context>
+                               <sample>
                                        /ChanServ chanop #10thKingdom add 
Grumpy 3
-                               </ex>
-                               <ex pre="To remove Dopey from #10thKingdom's op 
list">
+                               </sample>
+                       </example>
+                       <example>
+                               <context>
+                                       To remove Dopey from #10thKingdom's op 
list
+                               </context>
+                               <sample>
                                        /ChanServ chanop #10thKingdom del Dopey
-                               </ex>
-                               <ex pre="To list channel operators of 
#10thKingdom">
+                               </sample>
+                       </example>
+                       <example>
+                               <context>
+                                       To list channel operators of 
#10thKingdom
+                               </context>
+                               <sample>
                                        /ChanServ chanop #10thKingdom list
-                               </ex>
-                       </examples>
-               </command>
-       </topic>
+                               </sample>
+                       </example>
+               </examples>
+       </command>
 </help>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]