diff --git a/modules/m_who.c b/modules/m_who.c index 65304c2..0b63a4b 100644 --- a/modules/m_who.c +++ b/modules/m_who.c @@ -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;