From f40c98ecabc2ac5d525316a900043bb154c4cccc Mon Sep 17 00:00:00 2001 From: aquanight Date: Fri, 25 Jan 2008 19:59:07 +0000 Subject: Fix a typo in an m_callerid error message, and add m_callerid and m_filter to example conf. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8748 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_callerid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index 4faa67945..6d7d8413f 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -333,7 +333,7 @@ public: throw ModuleException("Invalid cooldown value, negative"); default: /* Yikes */ - throw ModuleException("Invalid maxaccepts value, unknown config error"); + throw ModuleException("Invalid cooldown value, unknown config error"); } maxaccepts = new_maxaccepts; notify_cooldown = new_cooldown; -- cgit v1.2.3