mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 10:03:13 +02:00
+extern MODVAR char modebuf[BUFSIZE], parabuf[BUFSIZE];
This commit is contained in:
@@ -776,3 +776,4 @@ extern char *unreal_time_synch_error(void);
|
||||
extern int unreal_time_synch(int timeout);
|
||||
extern int extban_is_banned_helper(char *buf);
|
||||
extern char *getcloak(aClient *sptr);
|
||||
extern MODVAR char modebuf[BUFSIZE], parabuf[BUFSIZE];
|
||||
|
||||
+1
-1
@@ -79,7 +79,7 @@ void chanfloodtimer_stopchantimers(aChannel *chptr);
|
||||
* some buffers for rebuilding channel/nick lists with ,'s
|
||||
*/
|
||||
static char nickbuf[BUFSIZE], buf[BUFSIZE];
|
||||
char modebuf[BUFSIZE], parabuf[BUFSIZE];
|
||||
MODVAR char modebuf[BUFSIZE], parabuf[BUFSIZE];
|
||||
#include "sjoin.h"
|
||||
|
||||
#define MODESYS_LINKOK /* We do this for a TEST */
|
||||
|
||||
Reference in New Issue
Block a user