dragonmtn-commits
[Top][All Lists]
Advanced

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

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


From: Ronald Broekhuizen
Subject: [Dragonmtn-commits] Changes to snowwhiteHelp/chanserv/set-mlock.xml
Date: Mon, 11 Apr 2005 06:10:22 -0400

Index: snowwhiteHelp/chanserv/set-mlock.xml
diff -u snowwhiteHelp/chanserv/set-mlock.xml:1.1.1.1 
snowwhiteHelp/chanserv/set-mlock.xml:1.2
--- snowwhiteHelp/chanserv/set-mlock.xml:1.1.1.1        Tue Apr  5 20:47:54 2005
+++ snowwhiteHelp/chanserv/set-mlock.xml        Mon Apr 11 10:10:18 2005
@@ -1,23 +1,32 @@
 <help service="chanserv">
  <topic name="MLOCK">
-  <command name="MLOCK">
+  <command name="SET MLOCK">
 
    <syntax>
-     /ChanServ SET #&lt;channel&gt; MLOCK =&lt;mode&gt;
+     /ChanServ SET #&lt;channel&gt; MLOCK[=]&lt;mode&gt;
    </syntax>
  
    <desc>
      MLOCK locks the modes of a channel. The modes will remain
-     set even after the last person leaves the channel.  These
-     locked modes cannot be changed without the proper access. 
-     For a description of channel modes <b>/ChanServ help modes</b>
+     set even after the last person leaves the channel. These
+     locked modes cannot be changed without the proper access.
+     Adding a '=' to the beginning of the modelock will totally
+     ignore the previous modelock, rather than the default
+     behavior, which is to toggle the previous modelock's modes.
+     For a description of channel modes <b>/ChanServ help modes</b>.
    </desc>
  
-   <examples>
-     <ex pre="To lock the modes on #Sorcery to +nt-ik:">
-       /ChanServ mlock #sorcery =+nt-ik
-     </ex>
-   </examples>
+     <examples>
+       <ex pre="To lock the modes on #10thKingdom to +nt-ickH:">
+         /ChanServ SET #10thKingdom MLOCK =+nt-ickH
+       </ex>
+       <ex pre="To add the mode n on #10thKingdom to the modelock:">
+         /ChanServ SET #10thKingdom MLOCK +n
+       </ex>
+       <ex pre="To remove the mode n on #10thKingdom from the modelock:">
+         /ChanServ SET #10thKingdom MLOCK -n
+       </ex>
+     </examples>
   </command>
  </topic>
 </help>




reply via email to

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