summaryrefslogtreecommitdiff
path: root/src/modules/m_services_account.cpp
diff options
context:
space:
mode:
authorspecial <special@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-16 09:50:23 +0000
committerspecial <special@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-16 09:50:23 +0000
commit14e4768140d796b3cb9eb979e74e48bffabd9bfc (patch)
treee57758a708015353bed13a70e25c1d7777cf977b /src/modules/m_services_account.cpp
parent403d16068410909b8d352588dc83f6d255a018b7 (diff)
Applied patch by psychon to make AddExtBanChar correctly take a single char
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10024 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_services_account.cpp')
-rw-r--r--src/modules/m_services_account.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_services_account.cpp b/src/modules/m_services_account.cpp
index 60d852cf5..118e152e3 100644
--- a/src/modules/m_services_account.cpp
+++ b/src/modules/m_services_account.cpp
@@ -64,8 +64,8 @@ class ModuleServicesAccount : public Module
virtual void On005Numeric(std::string &t)
{
- ServerInstance->AddExtBanChar("R");
- ServerInstance->AddExtBanChar("M");
+ ServerInstance->AddExtBanChar('R');
+ ServerInstance->AddExtBanChar('M');
}
/* <- :twisted.oscnet.org 330 w00t2 w00t2 w00t :is logged in as */