diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-13 01:48:05 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-13 01:48:05 +0000 |
commit | 07dc3c79c9f737187ed0fa4cbe274d2eacddb816 (patch) | |
tree | 8dca868b30d1c549e1ffede3da8e9ff8317abfdd /src/modules | |
parent | bed4708bf73b179f07b543e16f3bf7e86904f746 (diff) |
Now tracks quits (just in case some oper saquits, then a user changes to the parked nick and gets park timeouted)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1066 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_park.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_park.cpp b/src/modules/m_park.cpp index 8e7a40bdb..5f0ce13c1 100644 --- a/src/modules/m_park.cpp +++ b/src/modules/m_park.cpp @@ -218,7 +218,6 @@ class ModulePark : public Module break; } } - return 0; } |