From fe3799248f7d4cf50b1ba704615d5952dede8917 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 28 Aug 2006 01:02:41 +0000 Subject: Add support for NAMESX Tidy up m_alias blank lines Add m_namesx.so to example conf (no extra config tags required for it, it "just works") git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5039 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index c6bacaa54..bb6092570 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -209,6 +209,7 @@ void Module::OnChannelDelete(chanrec* chan) { }; Priority Module::Prioritize() { return PRIORITY_DONTCARE; } void Module::OnSetAway(userrec* user) { }; void Module::OnCancelAway(userrec* user) { }; +int Module::OnUserList(userrec* user, chanrec* Ptr) { return 0; }; /* server is a wrapper class that provides methods to all of the C-style * exports in the core -- cgit v1.3.1-10-gc9f91