]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
As in shadowircd, increase buffer for /who status.
authorJilles Tjoelker <redacted>
Wed, 3 Dec 2008 21:54:30 +0000 (22:54 +0100)
committerJilles Tjoelker <redacted>
Wed, 3 Dec 2008 21:54:30 +0000 (22:54 +0100)
Not necessary here but nice for consistency.

modules/m_who.c

index 65304c2781f5c32dd17d5542c59b1b3be4f61888..0b63a4bb045576d21bb276560614a18baaf83700 100644 (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;