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: Difference between revisions
Jump to navigation
Jump to search
>Mogigoma Added missing format strings, although two of the three may have been intentionally omitted. |
DarthGandalf (talk | contribs) m Yes, they were intentionally omitted :) |
||
Line 37: | Line 37: | ||
| %uptime% | | %uptime% | ||
| [[ZNC|ZNC's]] uptime | | [[ZNC|ZNC's]] uptime | ||
|} | |} |
Revision as of 05:52, 25 August 2013
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 |