<?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_entrymsg</id>
		<title>2.0/Modules/cs entrymsg - 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_entrymsg"/>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/cs_entrymsg&amp;action=history"/>
		<updated>2026-05-09T17:13:56Z</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_entrymsg&amp;diff=630&amp;oldid=prev</id>
		<title>Azander: Created page with &quot;{{Language|2.0/Modules/cs_entrymsg}} {{Syntax|cs_entrymsg|ChanServ|Anope}}  == &lt;div class=&quot;moduleheader&quot;&gt;Description&lt;/div&gt; == Controls what messages will be sent to users when...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/cs_entrymsg&amp;diff=630&amp;oldid=prev"/>
				<updated>2014-05-06T15:48:02Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Language|2.0/Modules/cs_entrymsg}} {{Syntax|cs_entrymsg|ChanServ|Anope}}  == &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Description&amp;lt;/div&amp;gt; == Controls what messages will be sent to users when...&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_entrymsg}}&lt;br /&gt;
{{Syntax|cs_entrymsg|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;
Controls what messages will be sent to users when they join the 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;
;entrymsg channel ADD message&lt;br /&gt;
:The ENTRYMSG ADD command adds the given message to the list of messages to be shown to users when they join the channel.&lt;br /&gt;
;entrymsg channel DEL num&lt;br /&gt;
:The ENTRYMSG DEL command removes the given message from the list of messages to be shown to users when they join the channel. You can remove the message by specifying its number which you can get by listing the messages as explained below.&lt;br /&gt;
;entrymsg channel LIST&lt;br /&gt;
:The ENTRYMSG LIST command displays a listing of messages to be shown to users when they join the channel.&lt;br /&gt;
;entrymsg channel CLEAR &lt;br /&gt;
: The ENTRYMSG CLEAR command clears all entries from the list of messages to be shown to users when they join the channel, effectively disabling entry messages.&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 ENTRYMSG #myChannel ADD Welcome to the jungle.&lt;br /&gt;
&lt;br /&gt;
/msg ChanServ ENTRYMSG #myChannel DEL 1&lt;br /&gt;
&lt;br /&gt;
/msg ChanServ ENTRYMSG #myChannel LIST&lt;br /&gt;
&lt;br /&gt;
/msg ChanServ ENTRYMSG #myChannel CLEAR&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_entrymsg&lt;br /&gt;
 *&lt;br /&gt;
 * Provides the command chanserv/entrymsg.&lt;br /&gt;
 *&lt;br /&gt;
 * Used to configure entry messages sent to users when they join a channel.&lt;br /&gt;
 */&lt;br /&gt;
module&lt;br /&gt;
{&lt;br /&gt;
        name = &amp;quot;cs_entrymsg&amp;quot;&lt;br /&gt;
&lt;br /&gt;
        /* The maximum number of entrymsgs allowed per channel. If not set, defaults to 5. */&lt;br /&gt;
        maxentries = 5&lt;br /&gt;
}&lt;br /&gt;
command { service = &amp;quot;ChanServ&amp;quot;; name = &amp;quot;ENTRYMSG&amp;quot;; command = &amp;quot;chanserv/entrymsg&amp;quot;; group = &amp;quot;chanserv/management&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>