diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-17 13:19:02 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-17 13:19:02 +0000 |
commit | 425209a8ffaf52ca95a3f3d736a7dfeaa300d53a (patch) | |
tree | 7c23abee8e94b9e70e97fc9f1950bb5ec81455d4 /modules | |
parent | 78f1975fa551b3f452d5b5551add984feda09a6e (diff) |
- m_who.c: updated comment
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2552 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_who.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_who.c b/modules/m_who.c index 9e34bcc..47c376e 100644 --- a/modules/m_who.c +++ b/modules/m_who.c @@ -51,7 +51,7 @@ static void do_who(struct Client *source_p, struct Client *target_p, const char *chname, const char *op_flags) { - char status[8]; /* G*@%+\0 */ + char status[8]; /* Gr*@%+\0 */ if (HasUMode(source_p, UMODE_OPER)) snprintf(status, sizeof(status), "%c%s%s%s", target_p->away[0] ? 'G' : 'H', |