diff options
Diffstat (limited to 'src/plugins/relay/relay-server.h')
-rw-r--r-- | src/plugins/relay/relay-server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-server.h b/src/plugins/relay/relay-server.h index c2ae0eec1..0fc2f2273 100644 --- a/src/plugins/relay/relay-server.h +++ b/src/plugins/relay/relay-server.h @@ -26,7 +26,7 @@ struct t_relay_server { - char *protocol_string; /* example: "ipv6.ssl.irc.freenode" */ + char *protocol_string; /* example: "ipv6.ssl.irc.libera" */ enum t_relay_protocol protocol; /* protocol (irc/weechat) */ char *protocol_args; /* arguments used for protocol */ /* example: server for irc protocol */ |