summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-01 16:12:17 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-01 16:12:17 +0000
commit90cc4b0ee93696e6e6b3208cd2877ae6e786440d (patch)
treed0b0b48f8c97d72c879ad0297d46d9b4f383542f /src/commands.cpp
parentf743a782e67b56c35b5b7be7ef357a2ca109c244 (diff)
Provided modules with the ability to sync data on a netjoin
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@767 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index c280d0699..97aa6e254 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -68,7 +68,7 @@ extern int WHOWAS_MAX;
extern int DieDelay;
extern time_t startup_time;
extern int NetBufferSize;
-int MaxWhoResults;
+extern int MaxWhoResults;
extern time_t nb_start;
extern std::vector<int> fd_reap;