To check the value of a config variable, you can just do this:
/set irc.servers.freenode.ssl
From the docs:
[core] /set [<option> [<value>]]
The value is optional and when not present, it returns the value of the variable. Intuitively, it might seem like leaving off the value would unset the variable or set it to the empty string, but you would need to use the /unset command instead.
Also note, you can use wildcards to view multiple config variables at once:
To check the value of a config variable, you can just do this:
From the docs:
The value is optional and when not present, it returns the value of the variable. Intuitively, it might seem like leaving off the value would unset the variable or set it to the empty string, but you would need to use the
/unsetcommand instead.Also note, you can use wildcards to view multiple config variables at once: