diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-13 13:46:12 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-13 13:46:12 +0000 |
commit | b01a4d47b91ccb3a20c09c2208c7e69e6a8e0b9c (patch) | |
tree | dbc802d3421be4f511b9b4bc770ab38bbdf8b049 /src/modules/m_park.cpp | |
parent | 3503fd00f2396454fe6676a3f57c323a4eaefb75 (diff) |
Fixed stupid m_park disabling privmsgs to all users :/
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1075 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_park.cpp')
-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 e08327bd3..4407426b8 100644 --- a/src/modules/m_park.cpp +++ b/src/modules/m_park.cpp @@ -287,7 +287,6 @@ class ModulePark : public Module { userrec* u = (userrec*)dest; OnPrePrivmsg(user,u,text); - return 1; } return 0; } |