Difference between revisions of "Entry message"

From Mibbit Wiki
Jump to: navigation, search
m
(Categories How To and Commands removed; showed Unreal help informatoin.)
Line 1: Line 1:
An entry message can be set, that is shown to every user upon joining your channel. They see, for example:
+
{{Services}}
  
  Welcome to YourChannel, please feel free to ask your question about Green Tree Frogs.
+
An entry message is a message that is [[Notice|noticed]] by Chanserv or Bot when the user joins the room. For an example, if the entry message is "Welcome to #treeFrogs", they will see
  
Entry Messages for a channel can be set with the following command, for example:
+
<chanserv> Welcome to #treeFrogs
  
/cs set #TheChannel entrymsg Welcome to YourChannel, please feel free to ask your question about Green Tree Frogs.
+
== Setting/Removing an Entry Message ==
  
For help use:
+
Entry Messages for a channel can be set with the command ''/cs set #yourChannel entrymesg [Entry message].
  
/cs help set entrymsg
+
If you want to remove an entry message already added, leave out the last parameter.
  
[[Category:Commands]][[Category:How To]][[Category:IRC]][[Category:Chanserv]]
+
When an entry message is successfully changed, chanserv will tell you one of the following statements:
 +
 
 +
*Entry message for #yourChannel changed.
 +
*Entry message for #yourChannel unset.
 +
 
 +
== Chanserv Helpfile ==
 +
 
 +
Chanserv's help message on this topic, accessible by ''/cs help set entrymsg'' states:
 +
 
 +
<pre>Syntax: SET channel ENTRYMSG [message]
 +
 
 +
Sets the message which will be sent via /notice to users when they enter the channel. If no parameter is given, causes no message to be sent upon entering the channel.</pre>
 +
 
 +
[[Category:IRC]][[Category:Chanserv]]

Revision as of 07:06, 27 September 2010

This page refers to information about Anope Services, and may not be true for every server. Specifically, this information is for irc.mibbit.net and may not be true on other servers.

An entry message is a message that is noticed by Chanserv or Bot when the user joins the room. For an example, if the entry message is "Welcome to #treeFrogs", they will see

<chanserv> Welcome to #treeFrogs

Setting/Removing an Entry Message

Entry Messages for a channel can be set with the command /cs set #yourChannel entrymesg [Entry message].

If you want to remove an entry message already added, leave out the last parameter.

When an entry message is successfully changed, chanserv will tell you one of the following statements:

  • Entry message for #yourChannel changed.
  • Entry message for #yourChannel unset.

Chanserv Helpfile

Chanserv's help message on this topic, accessible by /cs help set entrymsg states:

Syntax: SET channel ENTRYMSG [message]

Sets the message which will be sent via /notice to users when they enter the channel. If no parameter is given, causes no message to be sent upon entering the channel.