1
0
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:
Bram Matthys
2006-05-21 23:26:12 +00:00
parent fe4c8b4a83
commit 5757c1a50e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
View File
@@ -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 */