summary refs log tree commit diff
path: root/command.c
diff options
context:
space:
mode:
authorbx2023-01-22 12:02:07 +0000
committerbx2023-01-22 12:02:07 +0000
commit79981bda6d3f72ebdc87d40fe54dcccce88449d9 (patch)
treedd6802264f621961c1823259c05eefcf2523f2db /command.c
parentc88e1df578a2be0bb3f0e8c00dd848ea202e3fae (diff)
added /w as an alias for gur /window command
Diffstat (limited to 'command.c')
-rw-r--r--command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.c b/command.c
index 4fb58da..05954d1 100644
--- a/command.c
+++ b/command.c
@@ -612,6 +612,7 @@ static const struct Handler {
 	{ "/unignore", commandUnignore, 0, 0 },
 	{ "/uninvex", commandUninvex, 0, 0 },
 	{ "/voice", commandVoice, 0, 0 },
+	{ "/w", commandWindow, 0, 0 },
 	{ "/whois", commandWhois, 0, 0 },
 	{ "/whowas", commandWhowas, 0, 0 },
 	{ "/window", commandWindow, 0, 0 },