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.
Simple away: Difference between revisions
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:simple_away}} {{Core Module | version = 0.054}} This module will automatically set you away on IRC while you are disconnected from the bouncer. Compared to [[a..." |
DarthGandalf (talk | contribs) →Usage: remove the outdated text, settimer is preserved since many versions ago |
||
(2 intermediate revisions by one other user not shown) | |||
Line 7: | Line 7: | ||
== Usage == | == Usage == | ||
{{Module arguments | {{Module arguments | ||
| type = network | |||
| count = up to three | | count = up to three | ||
| extra = The argument can be <code>-notimer</code> or <code>-timer x</code>. <code>-notimer</code> is the same as specifying <code>-timer 0</code>. See the ''settimer'' documentation below for an explanation. | | extra = The argument can be <code>-notimer</code> or <code>-timer x</code>. <code>-notimer</code> is the same as specifying <code>-timer 0</code>. See the ''settimer'' documentation below for an explanation. | ||
Line 14: | Line 15: | ||
=== Commands === | === Commands === | ||
==== settimer ==== | ==== settimer ==== | ||
The module sets you away some seconds after you disconnect. The time can be changed with 'settimer x' which sets it to x seconds | The module sets you away some seconds after you disconnect. The time can be changed with 'settimer x' which sets it to x seconds. | ||
If you set yourself away using your client's normal /away command the module is disabled until you set yourself back. | If you set yourself away using your client's normal /away command the module is disabled until you set yourself back. | ||
Line 20: | Line 21: | ||
==== reason ==== | ==== reason ==== | ||
If you want to change the away reason used, use | If you want to change the away reason used, use | ||
/msg *simple_away reason I'm currently away | /msg *simple_away reason I'm currently away. | ||
<code>reason</code> without any arguments displays the currently set away reason. | <code>reason</code> without any arguments displays the currently set away reason. |
Latest revision as of 08:36, 17 January 2020
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 simple_away The code for this module can be found here. This module is part of ZNC since Version 0.054 |
This module will automatically set you away on IRC while you are disconnected from the bouncer.
Compared to away this module doesn't do anything special about logging messages.
Usage
Arguments
This network module takes up to three arguments. The argument can be -notimer
or -timer x
. -notimer
is the same as specifying -timer 0
. See the settimer documentation below for an explanation.
The last argument, which can always be given, is the away message displayed.
Read loading modules to learn more about loading modules.
Commands
settimer
The module sets you away some seconds after you disconnect. The time can be changed with 'settimer x' which sets it to x seconds.
If you set yourself away using your client's normal /away command the module is disabled until you set yourself back.
reason
If you want to change the away reason used, use
/msg *simple_away reason I'm currently away.
reason
without any arguments displays the currently set away reason.