diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-25 13:39:55 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-25 13:39:55 +0200 |
commit | e5f58b77c14aa7a3c980428921f59fa7c0c263f4 (patch) | |
tree | c5a1dafc8b40d5ad370ee21958b61da8a0b4a468 /src/plugins/irc | |
parent | 18c82fc5c7b78bde86f40319ece2a4e7d97aae77 (diff) | |
download | weechat-e5f58b77c14aa7a3c980428921f59fa7c0c263f4.zip |
core, buflist, irc, relay: replace freenode by libera in comments
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 183b83d78..2dc179eb1 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -3576,7 +3576,7 @@ IRC_PROTOCOL_CALLBACK(311) * Callback for the IRC message "312": whois, server. * * Message looks like: - * :server 312 mynick nick chat.freenode.net :https://freenode.net/ + * :server 312 mynick nick tungsten.libera.chat :Umeå, SE */ IRC_PROTOCOL_CALLBACK(312) |