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.
QuitAway: Difference between revisions
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:QuitAway}} {{External Module}} Category:External Modules This user module sets your away message from your quit message. Your quit message is parsed, and ..." |
>Efreak No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{External Module}} | {{External Module}} | ||
[[Category:External Modules]] | [[Category:External Modules]] | ||
=This module is no longer being maintained.= | |||
This user module sets your away message from your quit message. | This user module sets your away message from your quit message. | ||
Line 10: | Line 12: | ||
== Getting the Code == | == Getting the Code == | ||
The code for this module can be found in my [ | The code for this module can be found in my [https://github.com/Efreak/ZNC-Modules github] or [[QuitAway/Source|on the wiki]] | ||
== Usage == | == Usage == |
Latest revision as of 03:06, 11 December 2012
This is an external module. Please note that it may or may not work with the current release (1.9.1). This module is not included in the default ZNC installation, and you will need to manually compile it before you can load this module. Contact the author if you have any questions, but feel free to ask in #znc on Libera.Chat. Someone might be able to help you there. |
This module is no longer being maintained.
This user module sets your away message from your quit message.
Your quit message is parsed, and if it begins with a colon it will be removed. The resulting text is used to set your away message. If you have no quit message, the module will still try to set you away, with the result that your existing away message will be erased. Don't use this module if your client has a default quit message.
Optionally, you can have the module send you a privmsg immediately before disconnect, telling you that it has set your away message.
Getting the Code
The code for this module can be found in my github or on the wiki
Usage
Arguments
This user module takes up to one arguments. The argument can be +message
, which causes the module to send you a message when it sets you away (immediately before you disconnect)
Read loading modules to learn more about loading modules.
Commands
This module takes no commands.