Difference between revisions of "2.0/Modules/ns logout"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ns_logout}} {{Syntax|ns_logout|NickServ|Anope}} == <div class="moduleheader">Description</div> == Without a parameter, reverses the effect of the IDENT...") |
(No difference)
|
Latest revision as of 00:27, 5 May 2014
Language | |
---|---|
English |
|
Description
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.
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 Operators.
Commands
logout [nickname [REVALIDATE]]
Examples
/msg NickServ logout
Default Configuration
/* * ns_logout * * Provides the command nickserv/logout. * * Used for logging out of your account. */ module { name = "ns_logout" } command { service = "NickServ"; name = "LOGOUT"; command = "nickserv/logout"; }