1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

core: add option "close" in command /window (closes #853)

This commit is contained in:
Sébastien Helleu
2019-06-17 21:08:07 +02:00
parent e5f963f78a
commit f15a24b2ec
30 changed files with 538 additions and 316 deletions
+2 -1
View File
@@ -60,9 +60,10 @@ char *alias_default[][3] =
{ "UMODE", "mode $nick", NULL },
{ "V", "command core version", NULL },
{ "W", "who", NULL },
{ "WC", "window merge", NULL },
{ "WC", "window close", NULL },
{ "WI", "whois", NULL },
{ "WII", "whois $1 $1", NULL },
{ "WM", "window merge", NULL },
{ "WW", "whowas", NULL },
{ NULL, NULL, NULL },
};