From 5757c1a50e21a7fee288d642322de9bc9a67e7e9 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 21 May 2006 23:26:12 +0000 Subject: [PATCH] +extern MODVAR char modebuf[BUFSIZE], parabuf[BUFSIZE]; --- include/h.h | 1 + src/channel.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/h.h b/include/h.h index 11141b9b3..83942653b 100644 --- a/include/h.h +++ b/include/h.h @@ -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]; diff --git a/src/channel.c b/src/channel.c index 2bda1cb63..713ac6c0a 100644 --- a/src/channel.c +++ b/src/channel.c @@ -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 */