As in shadowircd, increase buffer for /who status.

Not necessary here but nice for consistency.
This commit is contained in:
Jilles Tjoelker 2008-12-03 22:54:30 +01:00
parent 5274a6d761
commit f717c20dbb
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ do_who_on_channel(struct Client *source_p, struct Channel *chptr,
static void
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;
const char *q;