As in shadowircd, increase buffer for /who status.
Not necessary here but nice for consistency.
This commit is contained in:
parent
cdf7c361aa
commit
ea6dade261
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ do_who_on_channel(struct Client *source_p, struct Channel *chptr,
|
||||||
static void
|
static void
|
||||||
do_who(struct Client *source_p, struct Client *target_p, struct membership *msptr, struct who_format *fmt)
|
do_who(struct Client *source_p, struct Client *target_p, struct membership *msptr, struct who_format *fmt)
|
||||||
{
|
{
|
||||||
char status[5];
|
char status[16];
|
||||||
char str[512], *p, *end;
|
char str[512], *p, *end;
|
||||||
const char *q;
|
const char *q;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue