1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

irc: remove Git revision and compilation date from CTCP VERSION/FINGER reply (issue #1974)

This commit is contained in:
Sébastien Helleu
2023-07-08 20:06:13 +02:00
parent 38f3b40894
commit 107f83c923
9 changed files with 94 additions and 93 deletions
+2 -2
View File
@@ -42,11 +42,11 @@
struct t_irc_ctcp_reply irc_ctcp_default_reply[] =
{ { "clientinfo", "$clientinfo" },
{ "finger", "WeeChat $versiongit" },
{ "finger", "WeeChat $version" },
{ "source", "$download" },
{ "time", "$time" },
{ "userinfo", "$username ($realname)" },
{ "version", "WeeChat $versiongit ($compilation)" },
{ "version", "WeeChat $version" },
{ NULL, NULL },
};