diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-23 20:52:27 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-23 20:52:27 +0000 |
commit | 7240c926c8e9aeacf95c2bd4803c8879963cca3f (patch) | |
tree | f769e1073446ec3e0444016c643c79cf0b08da9b /src/modules/m_deaf.cpp | |
parent | a85c986c041de4c9a9eb4ad63bc819be3d5425b9 (diff) |
More
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8322 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_deaf.cpp')
-rw-r--r-- | src/modules/m_deaf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_deaf.cpp b/src/modules/m_deaf.cpp index ced6adece..44479c21b 100644 --- a/src/modules/m_deaf.cpp +++ b/src/modules/m_deaf.cpp @@ -60,7 +60,7 @@ class ModuleDeaf : public Module : Module(Me) { m1 = new User_d(ServerInstance); - if (!ServerInstance->AddMode(m1, 'd')) + if (!ServerInstance->AddMode(m1)) throw ModuleException("Could not add new modes!"); OnRehash(NULL, ""); |