From: splidge Date: Mon, 24 Mar 2008 01:39:17 +0000 (+0000) Subject: Fixed help for USERS command. X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/d75b8aac17a099e85d3815b5511034bf60e2cb1b Fixed help for USERS command. --- diff --git a/chanserv/chancmds/users.c b/chanserv/chancmds/users.c index ca03d24f..0c0314f3 100644 --- a/chanserv/chancmds/users.c +++ b/chanserv/chancmds/users.c @@ -8,8 +8,9 @@ * CMDHELP: Usage: USERS * CMDHELP: Displays a list of users on the named channel along with their usernames and flags * CMDHELP: on the channel, where: - * CMDHELP: channel - channel to use - * CMDHELP: USERS requires operator (+o) access on the named channel. + * CMDHELP: channel - channel to list + * CMDHELP: USERS requires you to be known (+k) on the named channel. You must also be on the + * CMDHELP: channel yourself. */ #include "../chanserv.h"