From f06bc4540c9356fb9e88b6b014e88be362bbe350 Mon Sep 17 00:00:00 2001 From: danieldg Date: Fri, 12 Feb 2010 04:08:11 +0000 Subject: Fix help text in helpop, route ACCEPT command to fix callerid git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12439 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_callerid.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/modules/m_callerid.cpp') diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index bb847d8bc..fa28b7427 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -222,6 +222,11 @@ public: } } + RouteDescriptor GetRouting(User* user, const std::vector& parameters) + { + return ROUTE_BROADCAST; + } + void ListAccept(User* user) { callerid_data* dat = extInfo.get(user, false); -- cgit v1.2.3