Difference between revisions of "2.0/Modules"

From AnopeWiki
Jump to: navigation, search
m (NickServ)
(NickServ Updated syntax column)
Line 19: Line 19:
 
| id="f" | [[2.0/Modules/ns_drop|ns_drop]] || DROP || Cancel the registration of a nickname ||  DROP <ins>'''nickname'''</ins>
 
| id="f" | [[2.0/Modules/ns_drop|ns_drop]] || DROP || Cancel the registration of a nickname ||  DROP <ins>'''nickname'''</ins>
 
|-
 
|-
| id="f" | [[2.0/Modules/ns_getemail|ns_getemail]] || GETEMAIL || ||
+
| id="f" | [[2.0/Modules/ns_getemail|ns_getemail]] || GETEMAIL || Returns the matching nicks that used given email || GETEMAIL <ins>'''email'''</ins>
 
|-
 
|-
| id="f" | [[2.0/Modules/ns_getpass|ns_getpass]] || GETPASS || ||
+
| id="f" | [[2.0/Modules/ns_getpass|ns_getpass]] || GETPASS || Returns the password for the given nickname || GETPASS <ins>'''nickname'''</ins>
 
|-
 
|-
 
| id="f" rowspan=2 | [[2.0/Modules/ns_group|ns_group]] || GROUP || Join a group || GROUP <ins>'''target'''</ins> <ins>'''password'''</ins>
 
| id="f" rowspan=2 | [[2.0/Modules/ns_group|ns_group]] || GROUP || Join a group || GROUP <ins>'''target'''</ins> <ins>'''password'''</ins>
Line 31: Line 31:
 
| id="f" | [[2.0/Modules/ns_info|ns_info]] || INFO || displays information about a given nickname || INFO [<ins>'''nickname'''</ins>]
 
| id="f" | [[2.0/Modules/ns_info|ns_info]] || INFO || displays information about a given nickname || INFO [<ins>'''nickname'''</ins>]
 
|-
 
|-
| id="f" | [[2.0/Modules/ns_logout|ns_logout || LOGOUT || Reverses the effect of the IDENTIFY command || LOGOUT [<ins>'''nickname'''</ins> ['''REVALIDATE'''] ]
+
| id="f" | [[2.0/Modules/ns_logout|ns_logout]] || LOGOUT || Reverses the effect of the IDENTIFY command || LOGOUT [<ins>'''nickname'''</ins> ['''REVALIDATE'''] ]
 
|-
 
|-
| id="f" rowspan=3 | [[2.0/Modules/ns_recover|ns_recover]] || RECOVER || rowspan=3 | Regains control of your nick || rowspan=3 | RECOVER '''nickname''' [<ins>'''password'''</ins>]
+
| id="f" rowspan=3 | [[2.0/Modules/ns_recover|ns_recover]] || RECOVER || rowspan=3 | Regains control of your nick || | RECOVER '''nickname''' [<ins>'''password'''</ins>]
 
  |-
 
  |-
  | | RELEASE
+
  | | RELEASE || RELEASE '''nickname''' [<ins>'''password'''</ins>]
 
  |-
 
  |-
  | | GHOST  
+
  | | GHOST || GHOST '''nickname''' [<ins>'''password'''</ins>]
 
  |-
 
  |-
 
| id="f" | [[2.0/Modules/ns_register|ns_register]] || REGISTER || Register a nickname || REGISTER '''<ins>password</ins> <ins>email</ins>'''
 
| id="f" | [[2.0/Modules/ns_register|ns_register]] || REGISTER || Register a nickname || REGISTER '''<ins>password</ins> <ins>email</ins>'''
Line 43: Line 43:
 
| id="f" | [[2.0/Modules/ns_resetpass|ns_resetpass]] || RESETPASS || Helps you reset lost passwords || RESETPASS '''<ins>Nickname</ins> <ins>email</ins>'''
 
| id="f" | [[2.0/Modules/ns_resetpass|ns_resetpass]] || RESETPASS || Helps you reset lost passwords || RESETPASS '''<ins>Nickname</ins> <ins>email</ins>'''
 
|-
 
|-
| id="f" | [[2.0/Modules/ns_set|ns_set]] || SET || Set options, including kill protection ||
+
| id="f" | [[2.0/Modules/ns_set|ns_set]] || SET || Set options, including kill protection. || SET '''<ins>options</ins>'''
 
|-
 
|-
| id="f" | [[2.0/Modules/ns_set_misc|ns_set_misc]] || || Allows to add additional SET options (like ICQ, AIM, etc) that can be displayed in ns_info ||
+
| id="f" | [[2.0/Modules/ns_set_misc|ns_set_misc]] || SET || Allows to add additional SET options (like ICQ, AIM, etc) that can be displayed in ns_info || SET '''<ins>options</ins>'''
 
|-
 
|-
| id="f" | [[2.0/Modules/ns_status|ns_status]] || STATUS || Returns the owner status of the given nickname ||
+
| id="f" | [[2.0/Modules/ns_status|ns_status]] || STATUS || Returns the owner status of the given nickname || STATUS '''<ins>nickname</ins>'''
 
|-
 
|-
| id="f" rowspan=2 | [[2.0/Modules/ns_suspend|ns_suspend]] || SUSPEND || rowspan=2 | Suspends or Un-Suspens a registered nickname, which prevents/allows it to be used || rowspan=2 |  
+
| id="f" rowspan=2 | [[2.0/Modules/ns_suspend|ns_suspend]] || SUSPEND || rowspan=2 | Suspends or Un-Suspens a registered nickname, which prevents/allows it to be used || | SUSPEND '''<ins>nickanme</ins>'''
 
  |-
 
  |-
  | | UNSUSPEND
+
  | | UNSUSPEND || UNSUSPEND '''<ins>nickname</ins>'''
 
  |-
 
  |-
 
|-
 
|-
| id="f" | [[2.0/Modules/ns_update|ns_update]] || UPDATE || Updates your current status, i.e. it checks for new memos ||
+
| id="f" | [[2.0/Modules/ns_update|ns_update]] || UPDATE || Updates your current status, i.e. it checks for new memos || UPDATE
 
|}
 
|}
  

Revision as of 18:47, 5 May 2014

Language

English

Commands

NickServ


Module

Provided Commands Description Syntax
ns_access ACCESS Modify the list of authorized addresses ACCESS ADD [nickname] mask
ACCESS DEL [nickname] mask
ACCESS LIST [nickname]
ns_ajoin AJOIN Manage your auto join list AJOIN ADD [nickname] channel [key]
AJOIN DEL [nickname] channel
AJOIN LIST [nickname]
ns_alist ALIST List channels you have access on ALIST [nickname]
ns_cert CERT Modify the nickname client certificate list CERT ADD [nickname] fingerprint
CERT DEL [nickname] fingerprint
CERT LIST [nickname]
ns_confirm CONFIRM Confirm a passcode CONFIRM passcode
ns_drop DROP Cancel the registration of a nickname DROP nickname
ns_getemail GETEMAIL Returns the matching nicks that used given email GETEMAIL email
ns_getpass GETPASS Returns the password for the given nickname GETPASS nickname
ns_group GROUP Join a group GROUP target password
UNGROUP Remove a nick from a group UNGROUP [nick]
ns_identify IDENTIFY Identify yourself with your password IDENTIFY [account] password
ns_info INFO displays information about a given nickname INFO [nickname]
ns_logout LOGOUT Reverses the effect of the IDENTIFY command LOGOUT [nickname [REVALIDATE] ]
ns_recover RECOVER Regains control of your nick RECOVER nickname [password]
RELEASE RELEASE nickname [password]
GHOST GHOST nickname [password]
ns_register REGISTER Register a nickname REGISTER password email
ns_resetpass RESETPASS Helps you reset lost passwords RESETPASS Nickname email
ns_set SET Set options, including kill protection. SET options
ns_set_misc SET Allows to add additional SET options (like ICQ, AIM, etc) that can be displayed in ns_info SET options
ns_status STATUS Returns the owner status of the given nickname STATUS nickname
ns_suspend SUSPEND Suspends or Un-Suspens a registered nickname, which prevents/allows it to be used SUSPEND nickanme
UNSUSPEND UNSUSPEND nickname
ns_update UPDATE Updates your current status, i.e. it checks for new memos UPDATE

ChanServ

BotServ


Module

Provided Commands Description Syntax
bs_control ACT Makes the bot do the equivalent of a "/me" command
SAY Makes the bot say the given text on the given channel
bs_assign ASSIGN Assigns a bot to a channel
bs_badwords BADWORDS Maintains the bad words list
bs_bot BOT Maintains network bot list
2.0/Modules/bs_botlist BOTLIST Lists available bots
bs_info INFO Allows you to see BotServ information about a channel or a bot
bs_kick KICK Configures kickers
bs_set SET Configures bot options
bs_unassign UNASSIGN Unassigns a bot from a channel

MemoServ


Module

Provided Commands Description Syntax
ms_cancel CANCEL Cancel the last memo you sent
ms_check CHECK Checks if last memo to a nick was read
ms_del DEL Delete a memo or memos
ms_ignore IGNORE Manage the memo ignore list
ms_info INFO Displays information about your memos
ms_list LIST List your memos
ms_read READ Read a memo or memos
ms_rsend RSEND Sends a memo and requests a read receipt SEND [nick / channel] memo-text
ms_send SEND Send a memo to a nick or channel
ms_sendall SENDALL Send a memo to all registered users
ms_set SET Set options related to memos
ms_staff STAFF Send a memo to all opers/admins

HostServ


Module

Provided Commands Description Syntax
hs_del DEL Delete the vhost of another user
DELALL Delete the vhost for all nicks in a group
hs_group GROUP Syncs the vhost for all nicks in a group
hs_list LIST Displays one or more vhost entries
hs_off OFF Deactivates your assigned vhost
hs_on ON Activates your assigned vhost
hs_request ACTIVATE Approve the requested vHost of a user
REJECT Reject the requested vHost of a user
REQUEST Request a vHost for your nick
WAITING Retrieves the vhost requests
hs_set SET Set the vhost of another user
SETALL Set the vhost for all nicks in a group

OperServ

Pseudoclients

Protocol

Encryption


Module

Description
enc_md5 One-way encryption MD5
enc_none For plain text passwords
enc_old Database compatibility with broken MD5 passwords prior anope 1.7.17
enc_sha1 One-way encryption SHA1
enc_sha256 One-way encryption SHA256 with random initialization vector

Database

Extra Modules

Stats Modules