<?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?feed=atom&amp;namespace=0&amp;title=Special%3ANewPages</id>
		<title>AnopeWiki - New pages [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.anope.org/index.php?feed=atom&amp;namespace=0&amp;title=Special%3ANewPages"/>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php/Special:NewPages"/>
		<updated>2026-05-29T19:02:20Z</updated>
		<subtitle>From AnopeWiki</subtitle>
		<generator>MediaWiki 1.23.4</generator>

	<entry>
		<id>//wiki.anope.org/index.php/Dependencies</id>
		<title>Dependencies</title>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php/Dependencies"/>
				<updated>2015-06-12T20:59:28Z</updated>
		
		<summary type="html">&lt;p&gt;Yoerger: Created page with &amp;quot;{{Template:Construction}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Construction}}&lt;/div&gt;</summary>
		<author><name>Yoerger</name></author>	</entry>

	<entry>
		<id>//wiki.anope.org/index.php/ChanServ</id>
		<title>ChanServ</title>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php/ChanServ"/>
				<updated>2015-03-03T02:39:05Z</updated>
		
		<summary type="html">&lt;p&gt;Azander: /* Entrymsg */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Language|ChanServ}}&lt;br /&gt;
=ChanServ Commands=&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some IRC servers provide an alias for '/msg ChanServ' where you can use '/cs' or '/chanserv' in it's place.  Some irc networks, though uncommon, may require you to use the full '/msg chanserv@services.networkname.tld COMMAND_HERE Options_here' version of the command&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Access&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Maintains the access list for a channel.  The access list specifies which users are allowed chanop status or access to ChanServ commands on the channel.  Different user levels allow for access to different subsets of privileges. Any registered user not on the access list has a user level of 0, and any unregistered user has a user level of -1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The /msg ChanServ ACCESS #channel ADD command adds the given mask to the access list with the given user level; if the mask is already present on the list, its access level is changed to the level specified in the command.  The level specified may be a numerical level or the name of a privilege (eg AUTOOP).  When a user joins the channel the access they receive is from the highest level entry in the access list.  The given mask may also be a channel, which will use the access list from the other channel up to the given level.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The /msg ChanServ ACCESS #channel DEL command removes the given nick from the access list.  If a list of entry numbers is given, those entries are deleted.  (See the example for LIST below.) You may remove yourself from an access list, even if you do not have access to modify that list otherwise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The /msg ChanServ ACCESS #channel LIST command displays the access list.  If a wildcard mask is given, only those entries matching the mask are displayed.  If a list of entry numbers is given, only those entries are shown; for example:&lt;br /&gt;
:ACCESS #channel LIST 2-5,7-9&lt;br /&gt;
::Lists access entries numbered 2 through 5 and&lt;br /&gt;
::7 through 9.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The /msg ChanServ ACCESS #channel VIEW command displays the access list similar to ACCESS LIST but shows the creator and last used time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The /msg ChanServ ACCESS #channel CLEAR command clears all entries of the access list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
User access levels can be seen by using the LEVELS command; type /msg ChanServ HELP LEVELS for information.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg ChanServ ACCESS #channel_name ADD Nick_or_hostmask level_flag_or_xOP&lt;br /&gt;
:/msg ChanServ ACCESS #channel_name DEL Nick_or_hostmask&lt;br /&gt;
:/msg ChanServ ACCESS #channel_name LIST Nick_or_hostmask_or_item_number(s)&lt;br /&gt;
:/msg ChanServ ACCESS #channel_name VIEW Nick_or_hostmask_or_item_number(s)&lt;br /&gt;
:/msg ChanServ ACCESS #channel_name CLEAR&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg ChanServ ACCESS #Bedroom ADD Marge SOP&lt;br /&gt;
:/msg ChanServ ACCESS #Kitchen DEL Glen&lt;br /&gt;
:/msg ChanServ ACCESS #Basement LIST&lt;br /&gt;
:/msg ChanServ ACCESS #Basement VIEW 4,7&lt;br /&gt;
:/msg ChanServ ACCESS #Basement CLEAR&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Akick&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Maintains the AutoKick list for a channel.  If a user on the AutoKick list attempts to join the channel, ChanServ will ban that user from the channel, then kick the user.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:;/msg ChanServ AKICK #channel_name ADD Nick_or_hostmask Optional_Reason :Adds the given nick or usermask to the AutoKick list.  If a reason is given with the command, that reason will be used when the user is kicked; if not, the default reason is &amp;quot;User has been banned from the channel&amp;quot;.&lt;br /&gt;
::When akicking a registered nick the NickServ account will be added to the akick list instead of the mask. All users within that nickgroup will then be akicked.&lt;br /&gt;
&lt;br /&gt;
:;/msg ChanServ AKICK #channel_name DEL Nick_or_hostmask_or_entry-Number_or_list :Removes the given nick or mask from the AutoKick list.  It does not, however, remove any bans placed by an AutoKick; those must be removed manually.&lt;br /&gt;
&lt;br /&gt;
:;/msg ChanServ AKICK #channel_name LIST optional_nick_or_hostmask_or_list :Displays the AutoKick list, or optionally only those AutoKick entries which match the given mask.&lt;br /&gt;
&lt;br /&gt;
:;/msg ChanServ AKICK #channel_name VIEW Optional_nick_or_hostmask_or_entry_number_or_list :A more verbose version of the AKICK LIST command.&lt;br /&gt;
&lt;br /&gt;
:;/msg ChanServ AKICK #channel_name ENFORCE :Causes ChanServ to enforce the current AKICK list by removing those users who match an AKICK mask.&lt;br /&gt;
&lt;br /&gt;
:;/msg ChanServ AKICK #channel_name CLEAR :Clears all entries of the akick list.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg ChanServ AKICK #nightmare ADD Dream_walker Bad person&lt;br /&gt;
:/msg ChanServ AKICK #nightmare DEL Freddy &lt;br /&gt;
:/msg ChanServ AKICK #nightmare LIST 1-4&lt;br /&gt;
:/msg ChanServ AKICK #kitchen VIEW&lt;br /&gt;
:/msg ChanServ AKICK #Bedroom ENFORCE&lt;br /&gt;
:/msg ChanServ AKICK #house CLEAR&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Aop&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Maintains the AOP list for a channel. Users who match an access entry&lt;br /&gt;
on the AOP list receive the following privileges (see /msg ChanServ SET for details):&lt;br /&gt;
&lt;br /&gt;
:GREET, AUTOOP, GETKEY, HALFOP, INVITE, OPME, PROTECTME, SAY, TOPIC&lt;br /&gt;
&lt;br /&gt;
The AOP ADD command adds the given nickname to the AOP list.&lt;br /&gt;
&lt;br /&gt;
The AOP DEL command removes the given nick from the AOP list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)&lt;br /&gt;
&lt;br /&gt;
The AOP LIST command displays the AOP list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown; for example:&lt;br /&gt;
:/msg ChanServ AOP #channel LIST 2-5,7-9&lt;br /&gt;
::Lists AOP entries numbered 2 through 5 and 7 through 9.&lt;br /&gt;
&lt;br /&gt;
The AOP CLEAR command clears all entries of the AOP list.&lt;br /&gt;
&lt;br /&gt;
'''Note''': Alternative methods of modifying channel access lists are available.  See /msg ChanServ HELP FLAGS for more information about the access list.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg ChanServ AOP #channel ADD Hostmask_or_nick&lt;br /&gt;
:/msg ChanServ AOP #channel DEL Hostmask_or_nick_or_entrynumber_or_list&lt;br /&gt;
:/msg ChanServ AOP #channel LIST Optional_Hostmask_or_nick_or_list&lt;br /&gt;
:/msg ChanServ AOP #channel CLEAR&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg ChanServ AOP #DreamScape ADD Freddy@dreamwalker.org&lt;br /&gt;
:/msg ChanServ AOP #Basement DEL Jason@teenager.life&lt;br /&gt;
:/msg ChanServ AOP #DreamScape LIST 1-10&lt;br /&gt;
:/msg ChanServ AOP #ElmStreet CLEAR&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;[Un]Ban&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Bans a given nick or mask on a channel. An optional expiry may be given to cause services to automatically remove the ban after a set amount of time.  The Expiry time must start with a '+' symbol.  You need to specify the time using 's' for seconds, 'm' for minutes, or 'd' for days.&lt;br /&gt;
&lt;br /&gt;
By default, limited to AOPs or those with level 5 access and above on the channel. Channel founders may ban masks.&lt;br /&gt;
&lt;br /&gt;
The Unban command tells ChanServ to remove all bans preventing you or the given user from entering the given channel. If no channel is given, all bans affecting you in channels you have access in are removed.&lt;br /&gt;
&lt;br /&gt;
By default, limited to AOPs or those with level 5 access and above on the channel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg ChanServ BAN #channel +Optional_expire_duration nick_or_hostmask Optional_reason&lt;br /&gt;
:/msg ChanServ UNBAN #channel Optional_nick&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg ChanServ BAN #bathroom +3d Fred &lt;br /&gt;
:/msg ChanServ UNBAN #gameroom Julie&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Clone&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Copies all settings, access, akicks, etc from channel to the target channel. If what is ACCESS, AKICK, BADWORDS, or LEVELS then only the respective settings are cloned. &lt;br /&gt;
&lt;br /&gt;
'''NOTE''': You must be the founder of the original channel and the target channel.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg ChanServ CLONE #Original_channel #Target_Channel Optional_what_to_clone&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg ChanServ CLONE #FrontRoom #Basement&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Down&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&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;
'''NOTE''': If you specify a nick, you must specify the channel.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg ChanServ DOWN #optional_Channel Optional_Nick&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg ChanServ DOWN #Basement FreddyK&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Drop&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Unregisters the specified channel.  &lt;br /&gt;
&lt;br /&gt;
IRC Operators with the proper permissions can drop a channel of which they are not the founder of.&lt;br /&gt;
&lt;br /&gt;
'''Note''': You must enter the channel name twice as a confirmation that you wish to drop the channel.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg ChanServ DROP #channel_name #channel_name_again&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg ChanServ DROP #Playroom #Playroom&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Enforce&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Enforce various channel modes and set options. The channel option indicates what channel to enforce the modes and options on. The what option indicates what modes and options to enforce, and can be any of SECUREOPS, RESTRICTED, REGONLY, SSLONLY, BANS, or LIMIT.&lt;br /&gt;
&lt;br /&gt;
Use SECUREOPS to enforce the SECUREOPS option, even if it is not enabled. Use RESTRICTED to enfore the RESTRICTED option, also if it's not enabled. Use REGONLY to kick all unregistered users from the channel. Use SSLONLY to kick all users not using a secure connection from the channel. BANS will enforce bans on the channel by kicking users affected by them, and LIMIT will kick users until the user count drops below the channel limit, if one is set.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg ChanServ ENFORCE #channel_name What_to_enfoce&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg ChanServ ENFORCE #Basement SECUREOPS&lt;br /&gt;
:/msg ChanServ ENFORCE #Porch REGONLY&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Entrymsg&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Controls what messages will be sent to users when they join the channel.&lt;br /&gt;
&lt;br /&gt;
Adding, deleting, or clearing entry messages requires the proper SET user level in the channel's access list&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:;/msg ChanServ ENTRYMSG #channel_name ADD message :Adds the given message to the list of messages shown to users when they join the channel.&lt;br /&gt;
:;/msg ChanServ ENTRYMSG #channel_name DEL entry_number :Removes the specified message from the list of messages shown to users when they join the channel. You can remove a message by specifying its number which you can get by listing the messages as explained below.&lt;br /&gt;
:;/msg ChanServ ENTRYMSG #channel_name LIST :Displays a listing of messages shown to users when they join the channel.&lt;br /&gt;
:;/msg ChanServ ENTRYMSG $channel_name CLEAR :Clears all entries from the list of messages shown to users when they join the channel, effectively disabling entry messages.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg ChanServ ENTRYMSG #ElmStreet ADD Welcome to my nightmare!&lt;br /&gt;
:/msg ChanServ ENTRYMSG #ElmStreet DEL 2&lt;br /&gt;
:/msg ChanServ ENTRYMSG #Basement LIST&lt;br /&gt;
:/msg ChanServ ENTRYMSG #House CLEAR&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Flags&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Getkey&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;[De]Halfop&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Help&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Hop&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Info&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Invite&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Kick&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Levels&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;List&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Log&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Mode&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;[De]Op&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;[De]Owner&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;[De]Protect&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Qop&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Register&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Registers a channel in the ChanServ database.  In order to use this command, you must first be a channel operator on the channel you're trying to register.  The description, which is optional, is a general description of the channel's purpose.&lt;br /&gt;
&lt;br /&gt;
When you register a channel, you are recorded as the &amp;quot;founder&amp;quot;, also called the &amp;quot;owner&amp;quot; of the channel. The channel founder is allowed to change all of the channel settings for the channel; ChanServ will also automatically give the founder channel-operator privileges when s/he enters the channel.&lt;br /&gt;
&lt;br /&gt;
See the ACCESS command (/msg ChanServ HELP ACCESS) for information on giving a subset of these privileges to other channel users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div  style=&amp;quot;color: red; display: inline;&amp;quot;&amp;gt;NOTICE&amp;lt;/div&amp;gt;: In order to register a channel, you must have first registered your nickname, and must have channel op status in the channel.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg ChanServ REGISTER #channel_name Description_of_channel&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg ChanServ REGISTER #Bedroom Where evil happens in your dreams!&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Set&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Sop&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Status&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;[Un]Suspend&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Sync&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Topic&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Up&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;[De]Voice&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Vop&amp;lt;/div&amp;gt; ==&lt;/div&gt;</summary>
		<author><name>Azander</name></author>	</entry>

	<entry>
		<id>//wiki.anope.org/index.php/NickServ</id>
		<title>NickServ</title>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php/NickServ"/>
				<updated>2015-02-09T21:05:15Z</updated>
		
		<summary type="html">&lt;p&gt;Azander: /* UnSuspend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Language|NickServ}}&lt;br /&gt;
=NickServ Commands=&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some IRC servers provide an alias for '/msg NickServ' where you can use '/ns' or '/nickserv' in it's place.  Some irc networks, though uncommon, may require you to use the full '/msg nickserv@services.networkname.tld COMMAND_HERE Options_here' version of the command&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Access&amp;lt;/div&amp;gt; ==&lt;br /&gt;
Modifies or displays the access list for your nick. This is the list of addresses which will be automatically recognized by NickServ as allowed to use the nick. If you want to use the nick from a different address, you meed to send an IDENTIFY command to make NickServ recognize you. Services Operators may provide a nick to modify other users' access lists.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
: '''See what is on your access list'''&lt;br /&gt;
:: /msg NickServ ACCESS LIST&lt;br /&gt;
&lt;br /&gt;
: '''Add to your access list'''&lt;br /&gt;
:: /msg NickServ ACCESS ADD Host@mask.goes.here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: '''Remove entry on your access list'''&lt;br /&gt;
:: /msg NickServ ACCESS DEL Host@mask.goes.here&lt;br /&gt;
&lt;br /&gt;
:'''IrcOps my specify a nick and remove entries from other peoples access list.'''&lt;br /&gt;
:: /msg NiskServ ACCESS DEL Nick_here Host@mask.goes.here&lt;br /&gt;
:: /msg NiskServ ACCESS ADD Nick_here Host@mask.goes.here&lt;br /&gt;
:: /msg NickServ ACCESS LIST Nick_here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NickServ ACCESS LIST&lt;br /&gt;
: /msg NickServ ACCESS ADD Freddy@dreamsaremine.org&lt;br /&gt;
: /msg NickServ ACCESS DEL Freddy@wakemeup.net&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;AJoin&amp;lt;/div&amp;gt;==&lt;br /&gt;
This command manages your auto join list. When you identify you will automatically join the channels on your auto join list. Services Operators may provide a nick to modify other users' auto join lists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:'''Add to Auto join  list'''&lt;br /&gt;
:: /msg NickServ AJOIN ADD #channel_name channel_entry_password_if_needed&lt;br /&gt;
&lt;br /&gt;
:'''Delete from Auto join list'''&lt;br /&gt;
:: /msg NickServ AJOIN DEL #channel_name&lt;br /&gt;
&lt;br /&gt;
:'''List your auto join list'''&lt;br /&gt;
:: /msg NickServ AJOIN LIST &lt;br /&gt;
&lt;br /&gt;
:'''IrcOps my specify a nick and look or change other peoples AJOIN list.'''&lt;br /&gt;
:: /msg NickServ AJOIN ADD Nick_here #channel_name optional_channel_entry_passowrd_as_needed&lt;br /&gt;
:: /msg NickServ AJOIN DEL Nick_here #channel_name &lt;br /&gt;
:: /msg NickServ AJOIN LIST Nick_here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NickServ AJOIN ADD #DreamScape FreddyLives&lt;br /&gt;
: /msg NickServ AJOIN ADD #DreamScape&lt;br /&gt;
: /msg NickServ AJOIN DEL #DreamScape&lt;br /&gt;
: /msg NickServ AJOIN LIST&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;AList&amp;lt;/div&amp;gt; ==&lt;br /&gt;
Lists all channels you have access on.&lt;br /&gt;
Channels that have the NOEXPIRE option set will be prefixed by an exclamation mark. The nickname parameter is limited to Services Operators&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:'''Standard command'''&lt;br /&gt;
:: /msg NickServ ALIST&lt;br /&gt;
&lt;br /&gt;
:'''IRC Operator/Services Operator command allows for looking at other people's lists'''&lt;br /&gt;
:: /msg NickServ nick_here ALIST&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:: /msg NickServ ALIST&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Cert&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Modifies or displays the certificate list for your nick. If you connect to IRC and provide a client certificate with a matching fingerprint in the cert list, your nick will be automatically identified to services. Services Operators may provide a nick to modify other users' certificate lists.&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;div style=&amp;quot;color: red; display: inline;&amp;quot;&amp;gt;NOTE&amp;lt;/div&amp;gt;''': Not available on all IRC netowrks.  ''Disabled by default.''&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:;'''Add to the Certificate list'''&lt;br /&gt;
: /msg NickServ CERT ADD &lt;br /&gt;
:;'''Remove from the Certificate list'''&lt;br /&gt;
: /msg NickServ CERT DEL certificate_fingerprint_here&lt;br /&gt;
:;'''List available Certificates'''&lt;br /&gt;
: /msg NickServ CERT LSIT&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NickServ CERT LIST&lt;br /&gt;
: /msg NickServ CERT DEL f4e5a234b9&lt;br /&gt;
: /msg NickServ CERT ADD&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Confirm&amp;lt;/div&amp;gt; ==&lt;br /&gt;
This command is used by several commands as a way to confirm changes made to your account.&lt;br /&gt;
This is most commonly used to confirm your email address once you register or change it.&lt;br /&gt;
This is also used after the RESETPASS command has been used to force identify you to your nick so you may change your password. Additionally, Services Operators with the correct access permissions can replace passcode with a users nick to force validate them.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Confirmation codes are case sensitive.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
: /msg NickServ CONFIRM confirmation_code_goes_here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NickServ CONFIRM H49dlTa9&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Drop&amp;lt;/div&amp;gt; ==&lt;br /&gt;
Drops the currently in-use, and identified for nick from the database. Once your nickname is dropped you may lose all of your access and channels that you may own. Any other user will also have the option to register the nick.&lt;br /&gt;
&lt;br /&gt;
IRC Services Operators, can drop any nick, not just their own.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:;'''Standard User'''&lt;br /&gt;
:: /msg NickServ DROP &lt;br /&gt;
:;'''Services Operator'''&lt;br /&gt;
:: /msg NickServ DROP Nick_goes_here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NickServ DROP&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Forbid&amp;lt;/div&amp;gt; == &lt;br /&gt;
This is often times aliased to the &amp;quot;/msg OperServ FORBID&amp;quot; comamnd.  See OperServ's FORBID command for details. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Access to this command requires the proper permissions to be present in your opertype.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;GetEmail&amp;lt;/div&amp;gt; ==&lt;br /&gt;
Returns the matching nicks that used given email. Note that you can not use wildcards. Whenever this command is used, a message including the person who issued the command and the email it was used on will be logged.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Access to this command requires the proper permissions to be present in your opertype. &lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
: /msg NickServ GETEMAIL Email@address.goes.here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NiskServ GETMAIL FreddyK@dreamscape.net&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;GetPass&amp;lt;/div&amp;gt; ==&lt;br /&gt;
Returns the password for the given nickname. Note that whenever this command is used, a message including the person who issued the command and the nickname it was used on will be logged and sent out as a WALLOPS/GLOBOPS.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Access to this command requires the correct permissions to be present in your opertype. &lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
: /msg NickServ GETPASS Nick_goes_here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NickServ GETPASS Freddy&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Group&amp;lt;/div&amp;gt; ==&lt;br /&gt;
This command makes your nickname join the target nickname's group. password is the password of the target nickname.&lt;br /&gt;
&lt;br /&gt;
Joining a group will allow you to share your configuration, memos, and channel privileges with all the nicknames in the group, and much more!&lt;br /&gt;
&lt;br /&gt;
A group exists as long as it is useful. This means that even if a nick of the group is dropped, you won't lose the shared things described above, as long as there is at least one nick remaining in the group.&lt;br /&gt;
&lt;br /&gt;
You may be able to use this command even if you have not registered your nick yet. If your nick is already registered, you'll need to identify yourself before using this command.&lt;br /&gt;
&lt;br /&gt;
It is recommended to use this command with a non-registered nick because it will be registered automatically when using this command. You may use it with a registered nick (to change your group) only if your network administrators allowed it.&lt;br /&gt;
&lt;br /&gt;
You can only be in one group at a time. Group merging is not possible.&lt;br /&gt;
&lt;br /&gt;
'''Note''': all the nicknames of a group have the same password. &lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
: /msg NickServ GROUP main_nick_here main_nicks_password_here&lt;br /&gt;
: /msg NickServ GLIST&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NickServ GROUP Freddy IKillPeoleInTheirSleep&lt;br /&gt;
: /msg NickServ GLIST&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Help&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Shows a list of commands available to you.  If you do not have access to a command, it is normally not shown.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
: /msg NickServ HELP&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NickServ HELP&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Identify&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Tells NickServ that you are really the owner of this nick.  Many commands require you to authenticate yourself with this command before you use them.  The password should be the same one you sent with the &amp;quot;/msg NickServ REGISTER&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some networks alias this command to &amp;quot;/msg NickServ ID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
: /msg NickServ IDENTIFY optional_nick_here password_here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NickServ IDENTIFY ISlayInDreams&lt;br /&gt;
: /msg NickSerc IDENTIFY FreddyK ISlayInDreams&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Info&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Displays information about the given nickname, such as the nick's owner, last seen address and time, and nick options. If no nick is given, and you are identified, your account name is used, else your current nickname is used.&lt;br /&gt;
&lt;br /&gt;
This information can be masked with several other NickServ settings.  See /msg NickServ SET elsewhere on this page.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&lt;br /&gt;
:/msg NickServ INFO optional_nick_here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ INFO&lt;br /&gt;
:/msg NickServ INFO Freddy&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;List&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Lists all registered nicknames which match the given&lt;br /&gt;
pattern, in nick!user@host format.  Nicks with the PRIVATE&lt;br /&gt;
option set will only be displayed to IrcOps with the&lt;br /&gt;
proper access.  Nicks with the NOEXPIRE option set will have&lt;br /&gt;
a ! prefixed to the nickname for IrcOps to see.&lt;br /&gt;
&lt;br /&gt;
Note that a preceding '#' specifies a range.&lt;br /&gt;
&lt;br /&gt;
If the SUSPENDED, UNCONFIRMED or NOEXPIRE options are given, only&lt;br /&gt;
nicks which, respectively, are SUSPENDED, UNCONFIRMED or have the&lt;br /&gt;
NOEXPIRE flag set will be displayed. If multiple options are&lt;br /&gt;
given, all nicks matching at least one option will be displayed.&lt;br /&gt;
Note that these options are limited to IrcOps with the correct permissions.&lt;br /&gt;
&lt;br /&gt;
Regex matches are also supported using the regex/posix engine. Enclose your pattern in // if this is desired.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ LIST pattern optional_keyword_SUSPENDED optional_keyword_NOEXPIRE optional_keyword_UNCONFIRMED&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ LIST *!joeuser@foo.com&lt;br /&gt;
::Lists all registered nicks owned by joeuser@foo.com.&lt;br /&gt;
&lt;br /&gt;
:/msg NickServ LIST *Bot*!*@*&lt;br /&gt;
::Lists all registered nicks with Bot in their names (case insensitive).&lt;br /&gt;
&lt;br /&gt;
:/msg NickServ LIST * NOEXPIRE&lt;br /&gt;
::Lists all registered nicks which have been set to not expire.&lt;br /&gt;
&lt;br /&gt;
:/msg NickServ LIST #51-100&lt;br /&gt;
::Lists all registered nicks within the given range (51-100).&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Logout&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Without a parameter, reverses the effect of the IDENTIFY command, i.e. make you not recognized as the real owner of the nick anymore. Note, however, that you won't be asked to reidentify yourself.&lt;br /&gt;
&lt;br /&gt;
With a parameter, does the same for the given nick. If you specify REVALIDATE as well, Services will ask the given nick to re-identify. This is limited to Services IrcOps.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ LOGOUT optional_nick_here Optional_word_'REVALIDATE'_here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:Standard User &lt;br /&gt;
::/msg NickServ LOGOUT&lt;br /&gt;
:'''IrcOps my specify a nick to remove the identified status of another without notice'''&lt;br /&gt;
::/msg NickServ Logout Freddy&lt;br /&gt;
:'''IrcOps my specify a nick and REVALIDATE to remove the identified status of another asking them to Re-Identify'''&lt;br /&gt;
::/msg NickServ Logout Freddy REVALIDATE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Recover&amp;lt;/div&amp;gt; == &lt;br /&gt;
&lt;br /&gt;
Recovers your nick from another user or from services. If services are currently holding your nick, the hold will be released. If another user is holding your nick&lt;br /&gt;
and is identified they will be killed (similar to the old GHOST command). If they are not identified they will be forced off of the nick.&lt;br /&gt;
&lt;br /&gt;
: * Also sometimes aliased to GHOST and RELEASE for backwards compatibility&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ RECOVER Nick_goes_here semi-optional_password_goes_here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ RECOVER Freddy Mypassword&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Register&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Registers your nickname in the NickServ database. Once your nick is registered, you can use the SET and ACCESS commands to configure your nick's settings as you like them. Make sure you remember the password you use when registering - you'll need it to make changes to your nick later. (Note that case matters! ANOPE, Anope, and anope are all different passwords!)&lt;br /&gt;
&lt;br /&gt;
Note that some networks may make the email address optional, but it is required by default.&lt;br /&gt;
&lt;br /&gt;
Once you have issues the register command, check your email address for a confirmation code.  Don't forget to check the trash, junk mail, and spam folders if you do nto receive the email in a reasonable (1 hour?) amount of time.  This code expires, as does the registration, if not confirmed, in 1 day by default.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ REGISTER Password_here Email@address.here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ REGISTER MyPassword Freddy@dreamscape.org&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;ResetPass&amp;lt;/div&amp;gt; == &lt;br /&gt;
&lt;br /&gt;
Sends a passcode to the nickname with instructions on how to reset their password.  Email must be the email address associated to the nickname.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ RESETPASS nickname email&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ RESETPASS Freddy Freddy@elmstreet.com&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Set&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Sets various nickname options.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the option can be one of:&lt;br /&gt;
:;SET AUTOOP :Sets whether services should set channel status modes on you automatically.&lt;br /&gt;
:;SET DISPLAY :Set the display of your group in Services&lt;br /&gt;
:;SET EMAIL :Associate an E-mail address with your nickname&lt;br /&gt;
:;SET FACEBOOK :Associate a Facebook URL with your account&lt;br /&gt;
:;SET GREET :Associate a greet message with your nickname, displayed when you join a channel&lt;br /&gt;
:;SET HIDE :Hide certain pieces of nickname information&lt;br /&gt;
:;SET KEEPMODES :Enable or disable keep modes&lt;br /&gt;
:;SET KILL :Turn protection on or off&lt;br /&gt;
:;SET LANGUAGE :Set the language Services will use when messaging you, see /msg NickServ HELP SET LANGUAGE for list of available languages&lt;br /&gt;
:;SET PASSWORD :Set your nickname password&lt;br /&gt;
:;SET PRIVATE :Prevent the nickname from appearing in the LIST command&lt;br /&gt;
:;SET SECURE :Turn nickname security on or off&lt;br /&gt;
:;SET TWITTER :Associate a Twitter account with your account&lt;br /&gt;
:;SET URL :Associate a URL with your account&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ SET AUTOOP ON_or_OFF&lt;br /&gt;
:/msg NickServ SET DISPLAY nick_to_display_as_master_for_nick_group&lt;br /&gt;
:/msg NickServ SET EMAIL your@email.address.here&lt;br /&gt;
:/msg NickServ SET FACEBOOK your_facebook_address_here_leave_empty_to_disable&lt;br /&gt;
:/msg NickServ SET GREET Message_goes_here_leave_empty_to_disable&lt;br /&gt;
:/msg NickServ SET HIDE EMAIL ON_or_OFF&lt;br /&gt;
:/msg NickServ SET HIDE STATUS ON_of_OFF&lt;br /&gt;
:/msg NickServ SET HIDE USERMASK ON_or_OFF&lt;br /&gt;
:/msg NickServ SET HIDE QUIT ON_or_OFF&lt;br /&gt;
:/msg NickServ SET KILL ON_or_QUICK_or_IMMED_or_OFF&lt;br /&gt;
:/msg NickServ SET LANGUAGE Your_language_code_here&lt;br /&gt;
:/msg NickServ SET PASSWORD your_new_password_here&lt;br /&gt;
:/msg NickServ SET SECURE ON_or_OFF&lt;br /&gt;
:/msg NickServ SET TWITTER Your_twitter_handle_here_or_blank_to_disable&lt;br /&gt;
:/msg NickServ SET URL Your_website_address_here_or_blank_to_disable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ SET AUTOOP OFF&lt;br /&gt;
:/msg NickServ SET DISPLAY Freddy&lt;br /&gt;
:/msg NickServ SET EMAIL Freddy@dreamscape.org&lt;br /&gt;
:/msg NickServ SET FACEBOOK FreddyKrugerLives&lt;br /&gt;
:/msg NickServ SET GREET I come out of your nightmares to bring death and destruction&lt;br /&gt;
:/msg NickServ SET HIDE EMAIL ON&lt;br /&gt;
:/msg NickServ SET HIDE STATUS ON&lt;br /&gt;
:/msg NickServ SET HIDE USERMASK ON&lt;br /&gt;
:/msg NickServ SET HIDE QUIT OFF&lt;br /&gt;
:/msg NickServ SET KILL ON&lt;br /&gt;
:/msg NickServ SET LANGUAGE en_US&lt;br /&gt;
:/msg NickServ SET PASSWORD IKillPeopleInTheirSleep&lt;br /&gt;
:/msg NickServ SET SECURE ON&lt;br /&gt;
:/msg NickServ SET TWITTER @FreddyKrugerLives&lt;br /&gt;
:/msg NickServ SET URL http://nightmare.onelmstreet.us&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Status&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Returns whether the user using the given nickname is recognized as the owner of the nickname. The response has this format:&lt;br /&gt;
&lt;br /&gt;
nickname status-code account&lt;br /&gt;
&lt;br /&gt;
where nickname is the nickname sent with the command, status-code is one of the following, and account is the account they are logged in as.&lt;br /&gt;
&lt;br /&gt;
:::0 - no such user online or nickname not registered&lt;br /&gt;
:::1 - user not recognized as nickname's owner&lt;br /&gt;
:::2 - user recognized as owner via access list only&lt;br /&gt;
:::3 - user recognized as owner via password identification&lt;br /&gt;
&lt;br /&gt;
If no nickname is given, your status will be returned.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ STATUS Optional_nick_here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ STATUS&lt;br /&gt;
:/msg NickServ STATUS Freddy&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;UnGroup&amp;lt;/div&amp;gt; ==&lt;br /&gt;
This command ungroups your nick, or if given, the specificed nick, from the group it is in. The ungrouped nick keeps its registration&lt;br /&gt;
time, password, email, greet, language, and url. Everything else is reset. You may not ungroup yourself if there is only one nick in&lt;br /&gt;
your group.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
: /msg NickServ UNGROUP Optional_nick_here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
: /msg NickServ UNGROUP &lt;br /&gt;
: /msg NickServ UNGROUP Freddy_K&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Update&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Updates your current status, i.e. it checks for new memos, sets needed channel modes and updates your vhost and your userflags (lastseentime, etc).&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ UPDATE&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ UPDATE&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;GetEmail&amp;lt;/div&amp;gt; == &lt;br /&gt;
&lt;br /&gt;
Returns the matching nicks that used given email. Note that you can not use wildcards. Whenever this command is used, a message including the person who issued the command and the email it was used on will be logged.  This requires a Services Operator with the correct permissions to use it.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ GETEMAIL email@address.goes.here&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ GETEMAIL freddy@elmstreet.com&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;SaSet&amp;lt;/div&amp;gt; == &lt;br /&gt;
&lt;br /&gt;
Sets various nickname options. option can be one of:&lt;br /&gt;
:;SASET AUTOOP   :Sets whether services should set channel status modes on you automatically.&lt;br /&gt;
:;SASET DISPLAY  :Set the display of your group in Services&lt;br /&gt;
:;SASET EMAIL    :Associate an E-mail address with your nickname&lt;br /&gt;
:;SASET GREET    :Associate a greet message with your nickname&lt;br /&gt;
:;SASET HIDE     :Hide certain pieces of nickname information&lt;br /&gt;
:;SASET KEEPMODES :Enable or disable keep modes&lt;br /&gt;
:;SASET KILL     :Turn protection on or off&lt;br /&gt;
:;SASET LANGUAGE :Set the language Services will use when messaging you&lt;br /&gt;
:;SASET NOEXPIRE :Prevent the nickname from expiring&lt;br /&gt;
:;SASET PASSWORD :Set the nickname password&lt;br /&gt;
:;SASET PRIVATE  :Prevent the nickname from appearing in the LIST command&lt;br /&gt;
:;SASET SECURE   :Turn nickname security on or off&lt;br /&gt;
:;SASET URL      :Associate a URL with this account&lt;br /&gt;
&lt;br /&gt;
Type /msg NickServ HELP saset option for more information on a specific option. The options will be set on the given nickname.&lt;br /&gt;
&lt;br /&gt;
Access to this command requires the proper Services Operator permissions to be set.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ SASET AUTOOP nick ON_or_OFF&lt;br /&gt;
:/msg NickServ SASET DISPLAY nick nick_to_display_as_master_for_nick_group&lt;br /&gt;
:/msg NickServ SASET EMAIL nick your@email.address.here&lt;br /&gt;
:/msg NickServ SASET GREET Message_goes_here_leave_empty_to_disable&lt;br /&gt;
:/msg NickServ SASET HIDE nick EMAIL ON_or_OFF&lt;br /&gt;
:/msg NickServ SASET HIDE nick STATUS ON_of_OFF&lt;br /&gt;
:/msg NickServ SASET HIDE nick USERMASK ON_or_OFF&lt;br /&gt;
:/msg NickServ SASET HIDE nick QUIT ON_or_OFF&lt;br /&gt;
:/msg NickServ SASET KEEPMODES nick ON_or_OFF&lt;br /&gt;
:/msg NickServ SASET KILL nick ON_or_QUICK_or_IMMED_or_OFF&lt;br /&gt;
:/msg NickServ SASET LANGUAGE nick Your_language_code_here&lt;br /&gt;
:/msg NickServ SASET NOEXPIRE nick ON_or_OFF&lt;br /&gt;
:/msg NickServ SASET PASSWORD nick your_new_password_here&lt;br /&gt;
:/msg NickServ SASET SECURE nick ON_or_OFF&lt;br /&gt;
:/msg NickServ SASET URL nick Your_website_address_here_or_blank_to_disable&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ SASET AUTOOP Freddy OFF&lt;br /&gt;
:/msg NickServ SASET DISPLAY Freddy Freddy&lt;br /&gt;
:/msg NickServ SASET EMAIL Freddy Freddy@dreamscape.org&lt;br /&gt;
:/msg NickServ SASET GREET Freddy I come out of your nightmares to bring death and destruction&lt;br /&gt;
:/msg NickServ SASET HIDE Freddy EMAIL ON&lt;br /&gt;
:/msg NickServ SASET HIDE Freddy STATUS ON&lt;br /&gt;
:/msg NickServ SASET HIDE Freddy USERMASK ON&lt;br /&gt;
:/msg NickServ SASET HIDE Freddy QUIT OFF&lt;br /&gt;
:/msg NickServ SASET KEEPMODES Freddy ON&lt;br /&gt;
:/msg NickServ SASET KILL Freddy ON&lt;br /&gt;
:/msg NickServ SASET LANGUAGE Freddy en_US&lt;br /&gt;
:/msg NickServ SASET PASSWORD Freddy IKillPeopleInTheirSleep&lt;br /&gt;
:/msg NickServ SASET SECURE Freddy ON&lt;br /&gt;
:/msg NickServ SASET URL Freddy http://nightmare.onelmstreet.us&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Suspend&amp;lt;/div&amp;gt; == &lt;br /&gt;
&lt;br /&gt;
Suspends a registered nickname, which prevents it from being used while keeping all the data for that nick. If an expiry is given the nick will be unsuspended after that period of time, else the default expiry from the configuration is used.&lt;br /&gt;
&lt;br /&gt;
Access to this command requires the proper Servvices Operator permissions to be set you.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ SUSPEND nickname +optional_expire_length  Optionsal_reason&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ SUSPEND Jason +30d You have been vanquished.  Come back in 30 days.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;UnSuspend&amp;lt;/div&amp;gt; == &lt;br /&gt;
&lt;br /&gt;
Unsuspends a nickname which allows it to be used again.&lt;br /&gt;
&lt;br /&gt;
Access to this command requires the proper Services Operator permissions to be set for you.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
:/msg NickServ UNSUSPEND nick&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
:/msg NickServ UNSUSPEND Jason&lt;/div&gt;</summary>
		<author><name>Azander</name></author>	</entry>

	</feed>