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.
ExpandString
Some features (e.g. the perform and awaynick modules and the CTCPReply
and (starting with version 0.090) MOTD
config options) support some variable-like strings. Here is a list of these:
Variable | Value |
---|---|
%user% | your user name |
%defnick% | your default nick |
%nick% | the current nick |
%altnick% | the alternate nick as specified in the config |
%ident% | the ident |
%realname% | the realname |
%vhost% | the current vhost |
%bindhost% | the current bindhost |
%version% | ZNC's version string |
%time% | the current time (can be used for CTCP TIME replies) |
%uptime% | ZNC's uptime |
%znc% | replaced with All your IRC are belong to ZNC |
%random% | replaced with 42 |