Difference between revisions of "2.0/Modules/ns update"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ns_update}} {{Syntax|ns_update|NickServ|Anope}} == <div class="moduleheader">Description</div> == Updates your current status, i.e. it checks for new m...") |
(No difference)
|
Latest revision as of 17:19, 5 May 2014
Language | |
---|---|
English |
|
Description
Updates your current status, i.e. it checks for new memos, sets needed channel modes and updates your vhost and your userflags (lastseentime, etc).
Commands
- UPDATE
Examples
/msg NickServ UPDATE
Default Configuration
/* * ns_update * * Provides the command nickserv/update. * * Used to update your status on all channels, turn on your vHost, etc. */ module { name = "ns_update" } command { service = "NickServ"; name = "UPDATE"; command = "nickserv/update"; }