From 6bfeff71a285c268a42ac34cc9ea4a529d17a051 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 30 Mar 2020 11:15:44 -0400 Subject: Add /o alias for /open I can't live without it. --- command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'command.c') diff --git a/command.c b/command.c index 4779a6a..914e6cd 100644 --- a/command.c +++ b/command.c @@ -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 }, -- cgit 1.4.1