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.
Awaynick: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:awaynick}} {{Core Module | version = 0.047}} This module changes your nick when you are offline after '''up to 30 seconds'''. == Usage == {{Module arguments|cou..." |
>Paccer |
||
Line 3: | Line 3: | ||
This module changes your nick when you are offline after '''up to 30 seconds'''. | This module changes your nick when you are offline after '''up to 30 seconds'''. | ||
== Usage == | == Usage == | ||
{{Module arguments|count = one optional | {{Module arguments | ||
| type = network | |||
| count = one optional | |||
| extra = The argument may be your awaynick.}} | | extra = The argument may be your awaynick.}} | ||
=== Commands === | === Commands === |
Revision as of 18:01, 18 June 2013
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 awaynick The code for this module can be found here. This module is part of ZNC since Version 0.047 |
This module changes your nick when you are offline after up to 30 seconds.
Usage
Arguments
This network module takes one optional arguments. The argument may be your awaynick.
Read loading modules to learn more about loading modules.
Commands
An example:
/msg *awaynick set Kuja_off <*awaynick> AwayNick is set to [Kuja_off] /msg *awaynick show <*awaynick> AwayNick is set to [Kuja_off]
/msg *awaynick set %nick%_off <*awaynick> AwayNick is set to [%nick%_off] (Kuja_off) /msg *awaynick show <*awaynick> AwayNick is set to [%nick%_off] (Kuja_off)
If your network uses a low nick length, awaynick applies this and it is possible that you only see Kuja_o or something like.
See ExpandString for a list of available variables.