<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.anope.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.anope.org/index.php?action=history&amp;feed=atom&amp;title=2.0%2FModules%2Fcs_updown</id>
		<title>2.0/Modules/cs updown - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.anope.org/index.php?action=history&amp;feed=atom&amp;title=2.0%2FModules%2Fcs_updown"/>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/cs_updown&amp;action=history"/>
		<updated>2026-05-09T18:28:19Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.4</generator>

	<entry>
		<id>//wiki.anope.org/index.php?title=2.0/Modules/cs_updown&amp;diff=705&amp;oldid=prev</id>
		<title>Azander: Azander moved page 2.0/Modules/cs up to 2.0/Modules/cs updown</title>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/cs_updown&amp;diff=705&amp;oldid=prev"/>
				<updated>2014-05-07T20:39:34Z</updated>
		
		<summary type="html">&lt;p&gt;Azander moved page &lt;a href=&quot;/index.php/2.0/Modules/cs_up&quot; class=&quot;mw-redirect&quot; title=&quot;2.0/Modules/cs up&quot;&gt;2.0/Modules/cs up&lt;/a&gt; to &lt;a href=&quot;/index.php/2.0/Modules/cs_updown&quot; title=&quot;2.0/Modules/cs updown&quot;&gt;2.0/Modules/cs updown&lt;/a&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 20:39, 7 May 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Azander</name></author>	</entry>

	<entry>
		<id>//wiki.anope.org/index.php?title=2.0/Modules/cs_updown&amp;diff=660&amp;oldid=prev</id>
		<title>Azander: Created page with &quot;{{Language|2.0/Modules/cs_updown}} {{Syntax|cs_updown|ChanServ|Anope}}  == &lt;div class=&quot;moduleheader&quot;&gt;Description&lt;/div&gt; == Updates or removes a selected nicks status on a chann...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/cs_updown&amp;diff=660&amp;oldid=prev"/>
				<updated>2014-05-06T20:44:37Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Language|2.0/Modules/cs_updown}} {{Syntax|cs_updown|ChanServ|Anope}}  == &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Description&amp;lt;/div&amp;gt; == Updates or removes a selected nicks status on a chann...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Language|2.0/Modules/cs_updown}}&lt;br /&gt;
{{Syntax|cs_updown|ChanServ|Anope}}&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Description&amp;lt;/div&amp;gt; ==&lt;br /&gt;
Updates or removes a selected nicks status on a channel.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Commands&amp;lt;/div&amp;gt; == &lt;br /&gt;
;up [channel [nick]]&lt;br /&gt;
:Updates a selected nicks status modes on a channel. If nick is ommited then your status is updated. If channel is ommited then your channel status is updated on every channel you are in.&lt;br /&gt;
;down [channel [nick]]&lt;br /&gt;
:Removes a selected nicks status modes on a channel. If nick is ommited then your status is removed. If channel is ommited then your channel status is removed on every channel you are in.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Examples&amp;lt;/div&amp;gt; ==&lt;br /&gt;
/msg ChanServ UP &lt;br /&gt;
&lt;br /&gt;
/msg ChanServ DOWN #myChannel Fred&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Default Configuration&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;code&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
 * cs_updown&lt;br /&gt;
 *&lt;br /&gt;
 * Provides the commands chanserv/up and chanserv/down.&lt;br /&gt;
 *&lt;br /&gt;
 * Used for setting or removing your status modes on a channel.&lt;br /&gt;
 */&lt;br /&gt;
module { name = &amp;quot;cs_updown&amp;quot; }&lt;br /&gt;
command { service = &amp;quot;ChanServ&amp;quot;; name = &amp;quot;DOWN&amp;quot;; command = &amp;quot;chanserv/down&amp;quot;; group = &amp;quot;chanserv/status&amp;quot;; }&lt;br /&gt;
command { service = &amp;quot;ChanServ&amp;quot;; name = &amp;quot;UP&amp;quot;; command = &amp;quot;chanserv/up&amp;quot;; group = &amp;quot;chanserv/status&amp;quot;; }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Azander</name></author>	</entry>

	</feed>