1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

Changed default alias "wc" (now /window close instead of /part)

This commit is contained in:
Sebastien Helleu
2006-05-21 14:59:34 +00:00
parent 586e89b191
commit d2f855b7ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2217,7 +2217,7 @@ config_create_default ()
fprintf (file, "UB = \"unban\"\n");
fprintf (file, "UNIG = \"unignore\"\n");
fprintf (file, "W = \"who\"\n");
fprintf (file, "WC = \"part\"\n");
fprintf (file, "WC = \"window close\"\n");
fprintf (file, "WI = \"whois\"\n");
fprintf (file, "WW = \"whowas\"\n");
+1 -1
View File
@@ -2217,7 +2217,7 @@ config_create_default ()
fprintf (file, "UB = \"unban\"\n");
fprintf (file, "UNIG = \"unignore\"\n");
fprintf (file, "W = \"who\"\n");
fprintf (file, "WC = \"part\"\n");
fprintf (file, "WC = \"window close\"\n");
fprintf (file, "WI = \"whois\"\n");
fprintf (file, "WW = \"whowas\"\n");