m_join: remove global variable para
This commit is contained in:
parent
7fce9c6d1b
commit
b051b0efd9
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,6 @@ static void remove_ban_list(struct Channel *chptr, struct Client *source_p,
|
|||
|
||||
static char modebuf[MODEBUFLEN];
|
||||
static char parabuf[MODEBUFLEN];
|
||||
static const char *para[MAXMODEPARAMS];
|
||||
|
||||
/* Check what we will forward to, without sending any notices to the user
|
||||
* -- jilles
|
||||
|
@ -532,6 +531,7 @@ ms_sjoin(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source
|
|||
rb_dlink_node *ptr, *next_ptr;
|
||||
char *mbuf;
|
||||
int pargs;
|
||||
const char *para[MAXMODEPARAMS];
|
||||
|
||||
if(parc < 5)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue