modules/core/m_join.c: remove global variable para
This commit is contained in:
parent
1c2012f03b
commit
18823bcfca
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,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
|
||||
|
@ -535,6 +534,7 @@ ms_sjoin(struct Client *client_p, struct Client *source_p, int parc, const char
|
|||
int i, joinc = 0, timeslice = 0;
|
||||
static char empty[] = "";
|
||||
rb_dlink_node *ptr, *next_ptr;
|
||||
const char *para[MAXMODEPARAMS];
|
||||
|
||||
if(parc < 5)
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue