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

From ZNC
Revision as of 18:01, 18 June 2013 by >Paccer (→‎Usage)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.