added /w as an alias for gur /window command
parent
c88e1df578
commit
79981bda6d
|
@ -612,6 +612,7 @@ static const struct Handler {
|
||||||
{ "/unignore", commandUnignore, 0, 0 },
|
{ "/unignore", commandUnignore, 0, 0 },
|
||||||
{ "/uninvex", commandUninvex, 0, 0 },
|
{ "/uninvex", commandUninvex, 0, 0 },
|
||||||
{ "/voice", commandVoice, 0, 0 },
|
{ "/voice", commandVoice, 0, 0 },
|
||||||
|
{ "/w", commandWindow, 0, 0 },
|
||||||
{ "/whois", commandWhois, 0, 0 },
|
{ "/whois", commandWhois, 0, 0 },
|
||||||
{ "/whowas", commandWhowas, 0, 0 },
|
{ "/whowas", commandWhowas, 0, 0 },
|
||||||
{ "/window", commandWindow, 0, 0 },
|
{ "/window", commandWindow, 0, 0 },
|
||||||
|
|
Loading…
Reference in New Issue