ExpandString
From ZNC
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 |
| %version% | ZNC's version string |
| %time% | the current time (can be used for CTCP TIME replies) |
| %uptime% | ZNC's uptime |