/[dragonmtn]/snowwhiteHelp/chanserv/chanop.xml
ViewVC logotype

Diff of /snowwhiteHelp/chanserv/chanop.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by Halcy0n, Sat Aug 20 06:34:42 2005 UTC revision 1.4 by Halcy0n, Mon Aug 29 01:36:38 2005 UTC
# Line 1  Line 1 
1  <help service="chanserv">  <?xml version="1.0" encoding="iso-8859-1"?>
2          <topic name="CHANOP">  <!DOCTYPE help SYSTEM "../help.dtd">
3                  <command name="CHANOP">  <help>
4                          <syntax>          <service>
5                    ChanServ
6            </service>
7            <command>
8                    <name>
9                            CHANOP
10                    </name>
11                    <syntax>
12                            <li>
13                                  /ChanServ CHANOP &lt;#channel&gt; ADD &lt;nick&gt; &lt;level&gt;                                  /ChanServ CHANOP &lt;#channel&gt; ADD &lt;nick&gt; &lt;level&gt;
14                            </li>
15                            <li>
16                                  /ChanServ CHANOP &lt;#channel&gt; DEL &lt;nick&gt;                                  /ChanServ CHANOP &lt;#channel&gt; DEL &lt;nick&gt;
17                            </li>
18                            <li>
19                                  /ChanServ CHANOP &lt;#channel&gt; LIST                                  /ChanServ CHANOP &lt;#channel&gt; LIST
20                          </syntax>                          </li>
21                          <desc>                  </syntax>
22                                  The CHANOP command can be used to maintain channel operator lists.                  <desc>
23                                  The ADD subcommand is used to add channel operators, the DEL subcommand                          The CHANOP command can be used to maintain channel operator lists.
24                                  is used to remove channel operators, and the LIST subcommand is used to                          The ADD subcommand is used to add channel operators, the DEL subcommand
25                                  show the list of channel operators.                          is used to remove channel operators, and the LIST subcommand is used to
26                          </desc>                          show the list of channel operators.
27                          <section name="SEE ALSO">                  </desc>
28                    <section>
29                            <heading>
30                                    SEE ALSO
31                            </heading>
32                            <body>
33                                  /ChanServ help LEVELS                                  /ChanServ help LEVELS
34                          </section>                          </body>
35                          <examples>                  </section>
36                                  <ex pre="To grant Grumpy level 3 op status on #10thKingdom">                  <examples>
37                            <example>
38                                    <context>
39                                            To grant Grumpy level 3 op status on #10thKingdom
40                                    </context>
41                                    <sample>
42                                          /ChanServ chanop #10thKingdom add Grumpy 3                                          /ChanServ chanop #10thKingdom add Grumpy 3
43                                  </ex>                                  </sample>
44                                  <ex pre="To remove Dopey from #10thKingdom's op list">                          </example>
45                            <example>
46                                    <context>
47                                            To remove Dopey from #10thKingdom's op list
48                                    </context>
49                                    <sample>
50                                          /ChanServ chanop #10thKingdom del Dopey                                          /ChanServ chanop #10thKingdom del Dopey
51                                  </ex>                                  </sample>
52                                  <ex pre="To list channel operators of #10thKingdom">                          </example>
53                            <example>
54                                    <context>
55                                            To list channel operators of #10thKingdom
56                                    </context>
57                                    <sample>
58                                          /ChanServ chanop #10thKingdom list                                          /ChanServ chanop #10thKingdom list
59                                  </ex>                                  </sample>
60                          </examples>                          </example>
61                  </command>                  </examples>
62          </topic>          </command>
63  </help>  </help>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26