aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar brain2005-04-12 19:01:59 +0000
committerGravatar brain2005-04-12 19:01:59 +0000
commite08438e1191ee377f9d7ea70370ff7ed38450158 (patch)
tree32bceab4be8203551cbef1e2876cb1a65d623596 /src/modules
parentAdded 005 numeric handling, token is "PARK" (diff)
downloadinspircd++-e08438e1191ee377f9d7ea70370ff7ed38450158.tar.gz
inspircd++-e08438e1191ee377f9d7ea70370ff7ed38450158.tar.bz2
inspircd++-e08438e1191ee377f9d7ea70370ff7ed38450158.zip
Fixed not reading sessions until a rehash
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1062 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_park.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_park.cpp b/src/modules/m_park.cpp
index 910930f12..56dcd3911 100644
--- a/src/modules/m_park.cpp
+++ b/src/modules/m_park.cpp
@@ -185,6 +185,7 @@ class ModulePark : public Module
{
Srv = new Server;
pinfo.clear();
+ this->ReadSettings();
Srv->AddCommand("PARK",handle_park,0,0,"m_park.so");
Srv->AddCommand("UNPARK",handle_unpark,0,2,"m_park.so");
Srv->AddCommand("PARKSTATS",handle_parkstats,'o',0,"m_park.so");