<?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_set_misc</id>
		<title>2.0/Modules/cs set misc - 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_set_misc"/>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/cs_set_misc&amp;action=history"/>
		<updated>2026-05-09T17:19:15Z</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_set_misc&amp;diff=648&amp;oldid=prev</id>
		<title>Azander: Created page with &quot;{{Language|2.0/Modules/cs_set_misc}} {{Syntax|cs_set_misc|ChanServ|Anope}}  == &lt;div class=&quot;moduleheader&quot;&gt;Description&lt;/div&gt; == Allows the channel founder to set various channel...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/cs_set_misc&amp;diff=648&amp;oldid=prev"/>
				<updated>2014-05-06T19:41:33Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Language|2.0/Modules/cs_set_misc}} {{Syntax|cs_set_misc|ChanServ|Anope}}  == &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Description&amp;lt;/div&amp;gt; == Allows the channel founder to set various channel...&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_set_misc}}&lt;br /&gt;
{{Syntax|cs_set_misc|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;
Allows the channel founder to set various channel options and other information.&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;
;SET EMAIL channel email@address&lt;br /&gt;
:Associate an E-mail address with the channel&lt;br /&gt;
;SET URL       &lt;br /&gt;
:Associate a URL with the channel&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 SET #myChannel EMAIL fred@example.org&lt;br /&gt;
&lt;br /&gt;
/msg ChanServ SET #myChannel URL http://www.fredsplace.org&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_set_misc&lt;br /&gt;
 *&lt;br /&gt;
 * Provides the command chanserv/set/misc.&lt;br /&gt;
 *&lt;br /&gt;
 * Allows you to create arbitrary commands to set data, and have that data show up in chanserv/info.&lt;br /&gt;
 * A field named misc_description may be given for use with help output.&lt;br /&gt;
 */&lt;br /&gt;
module { name = &amp;quot;cs_set_misc&amp;quot; }&lt;br /&gt;
command { service = &amp;quot;ChanServ&amp;quot;; name = &amp;quot;SET URL&amp;quot;; command = &amp;quot;chanserv/set/misc&amp;quot;; misc_description = _(&amp;quot;Associate a URL with the channel&amp;quot;); }&lt;br /&gt;
command { service = &amp;quot;ChanServ&amp;quot;; name = &amp;quot;SET EMAIL&amp;quot;; command = &amp;quot;chanserv/set/misc&amp;quot;; misc_description = _(&amp;quot;Associate an E-mail address with the channel&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>