To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Nickserv: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:nickserv}} {{Core Module | version = 0.050}} This module automatically identifies you with NickServ. == Usage == {{Module arguments | count = one optional | e..." |
>Jakoch |
||
Line 18: | Line 18: | ||
Deletes the saved password. | Deletes the saved password. | ||
/msg *nickserv clear | /msg *nickserv clear | ||
==== show ==== | |||
Shows the saved password. | |||
/msg *nickserv show | |||
'''Note:''' The password is saved unencrypted, so don't make your ZNC data directory readable to other users! | '''Note:''' The password is saved unencrypted, so don't make your ZNC data directory readable to other users! |
Revision as of 08:35, 30 March 2012
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod nickserv The code for this module can be found here. This module is part of ZNC since Version 0.050 |
This module automatically identifies you with NickServ.
Usage
Arguments
This user module takes one optional arguments. The argument is your nickserv password. If you don't supply it on load, you must supply it later via the IRC interface. After nickserv was loaded, the password is removed from the module arguments for security reasons.
Read loading modules to learn more about loading modules.
Commands
set
Sets and saves your nickserv password.
/msg *nickserv set <password>
clear
Deletes the saved password.
/msg *nickserv clear
show
Shows the saved password.
/msg *nickserv show
Note: The password is saved unencrypted, so don't make your ZNC data directory readable to other users!