Add /o alias for /open

I can't live without it.
master
C. McEnroe 2020-03-30 11:15:44 -04:00
parent ebbb5ad4d2
commit 6bfeff71a2
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ static const struct Handler {
{ "/nick", commandNick, 0 },
{ "/notice", commandNotice, Multiline },
{ "/ns", commandNS, 0 },
{ "/o", commandOpen, Restricted },
{ "/op", commandOp, 0 },
{ "/open", commandOpen, Restricted },
{ "/part", commandPart, 0 },