Anope IRC Services

Anope Development => Modules => Topic started by: abacus on February 22, 2006, 04:50:21 PM

Title: os_eventmsg error.
Post by: abacus on February 22, 2006, 04:50:21 PM
My services version 1.7.13  but os_eventmsg not load'ed

src/modules os_eventmsg complime no problem but ,

/os modload os_eventmsg command not loaded

 logs ;  [Feb 22 18:02:41 2006] OperServ: abacus: modload os_eventmsg
[Feb 22 18:02:41 2006] Trying to load module [os_eventmsg]
[Feb 22 18:02:42 2006] [os_eventmsg] ERROR: IRCd not supported.
[Feb 22 18:02:42 2006] [os_eventmsg] Initiating auto-shutdown.
[Feb 22 18:02:42 2006] os_eventmsg requested unload...
[Feb 22 18:02:42 2006] Unloading os_eventmsg.so


What is problem , i dont understand me.
Title:
Post by: Dave Robson on February 22, 2006, 04:56:28 PM
[Feb 22 18:02:42 2006] [os_eventmsg] ERROR: IRCd not supported.

Im guessing whatever ever it does, it dosnt work with your ircd...
Title:
Post by: Trystan Scott Lee on February 22, 2006, 05:09:01 PM
what ircd, and where did you get the module from?
Title:
Post by: abacus on February 22, 2006, 08:07:11 PM
Unreal3.2 . and this module anope.org/modules wget'ed.

[Edited on 22-2-2006 by abacus]
Title:
Post by: Trystan Scott Lee on February 22, 2006, 08:54:54 PM
Grab this version

http://www.nomadinc.net/mymods/files/os_eventmsg.c

Can add the following to your services.conf

EventMsgExcludeList "NeoStats StatServ"
Title:
Post by: abacus on February 24, 2006, 02:19:03 PM
thank you.