summaryrefslogtreecommitdiff
path: root/src/modules/m_blockcaps.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-23 20:47:06 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-23 20:47:06 +0000
commit0e7fabc4b1dc907dfe9be70d5cf03be3ec03f5aa (patch)
tree9f54575ff49c06ebe70e73ff890bb7d715e4961d /src/modules/m_blockcaps.cpp
parent352eb2b29f2e3f759ef74344b4807b1b6dff8e59 (diff)
Some AddMode fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8320 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_blockcaps.cpp')
-rw-r--r--src/modules/m_blockcaps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_blockcaps.cpp b/src/modules/m_blockcaps.cpp
index 167a12bec..ec5f901e1 100644
--- a/src/modules/m_blockcaps.cpp
+++ b/src/modules/m_blockcaps.cpp
@@ -58,7 +58,7 @@ public:
{
OnRehash(NULL,"");
bc = new BlockCaps(ServerInstance);
- if (!ServerInstance->AddMode(bc, 'P'))
+ if (!ServerInstance->AddMode(bc))
throw ModuleException("Could not add new modes!");
}