Skip to content

Commit

Permalink
Update os_klinechan's path
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Jan 31, 2022
1 parent c0cf7fd commit 89d83f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os_klinechan.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static struct command os_klinechan = {
.access = PRIV_MASS_AKILL,
.maxparc = 3,
.cmd = &os_cmd_klinechan,
.help = { .path = "contrib/klinechan" },
.help = { .path = "libera/klinechan" },
};

static struct command os_listklinechans = {
Expand All @@ -208,7 +208,7 @@ static struct command os_listklinechans = {
.access = PRIV_MASS_AKILL,
.maxparc = 1,
.cmd = &os_cmd_listklinechans,
.help = { .path = "contrib/listklinechans" },
.help = { .path = "libera/listklinechans" },
};

static void
Expand Down

0 comments on commit 89d83f2

Please sign in to comment.