[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dragonmtn-commits] Changes to snowwhiteHelp/chanserv/set-opguard.xml
From: |
Mark Loeser |
Subject: |
[Dragonmtn-commits] Changes to snowwhiteHelp/chanserv/set-opguard.xml |
Date: |
Sun, 28 Aug 2005 21:36:59 -0400 |
Index: snowwhiteHelp/chanserv/set-opguard.xml
diff -u snowwhiteHelp/chanserv/set-opguard.xml:1.3
snowwhiteHelp/chanserv/set-opguard.xml:1.4
--- snowwhiteHelp/chanserv/set-opguard.xml:1.3 Sat Aug 20 06:34:42 2005
+++ snowwhiteHelp/chanserv/set-opguard.xml Mon Aug 29 01:36:38 2005
@@ -1,22 +1,40 @@
-<help service="chanserv">
- <topic name="OPGUARD">
- <command name="SET OPGUARD">
- <syntax>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE help SYSTEM "../help.dtd">
+<help>
+ <service>
+ ChanServ
+ </service>
+ <command>
+ <name>
+ SET OPGUARD
+ </name>
+ <syntax>
+ <li>
/ChanServ SET #<channel> OPGUARD
<on|off>
- </syntax>
- <desc>
- OPGUARD is a channel setting which only allows
those
- users with access levels set in ChanServ to
have Channel
- Operator status in the channel.
- </desc>
- <examples>
- <ex pre="To turn opguard on in channel
#10thKingdom:">
+ </li>
+ </syntax>
+ <desc>
+ OPGUARD is a channel setting which only allows those
+ users with access levels set in ChanServ to have Channel
+ Operator status in the channel.
+ </desc>
+ <examples>
+ <example>
+ <context>
+ To turn opguard on in channel
#10thKingdom
+ </context>
+ <sample>
/ChanServ set #10thKingdom opguard on
- </ex>
- <ex pre="To turn opguard off in channel
#10thKingdom:">
+ </sample>
+ </example>
+ <example>
+ <context>
+ To turn opguard off in channel
#10thKingdom
+ </context>
+ <sample>
/ChanServ set #10thKingdom opguard off
- </ex>
- </examples>
- </command>
- </topic>
+ </sample>
+ </example>
+ </examples>
+ </command>
</help>