X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/2f0b6f83bda3bb6908196883d303161e209e1593..de36941445d328fd7038589b70422a3a766fe3f7:/modules/core/m_join.c diff --git a/modules/core/m_join.c b/modules/core/m_join.c index eb6056da..ae75f86f 100644 --- a/modules/core/m_join.c +++ b/modules/core/m_join.c @@ -144,7 +144,6 @@ static void m_join(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]) { static char jbuf[BUFSIZE]; - static char parabuf[MODEBUFLEN]; struct Channel *chptr = NULL, *chptr2 = NULL; struct ConfItem *aconf; char *name;