[win 32] possible error in commands.dll?
Posted: Thu Mar 24, 2005 9:32 pm
When trying to run the irc server i get this error,
unrealircd.conf:584 Ignoring extra semicolon
[error] ERROR: efunction 'do_join' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'join_channel' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'can_join' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'do_mode' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'set_mode' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'm_umode' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] IRCd configuration failed to pass testing
I've looked it over several times and I don't see it in there twice, I also tried deleting the loadmodule "modules/commands.dll"; to see if it really was in there twice and of course that just gave me that commands.dll wasnt loaded, is it possible that there could be a bug in commands.dll? I didnt compile this myself.
unrealircd.conf:584 Ignoring extra semicolon
[error] ERROR: efunction 'do_join' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'join_channel' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'can_join' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'do_mode' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'set_mode' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'm_umode' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] IRCd configuration failed to pass testing
I've looked it over several times and I don't see it in there twice, I also tried deleting the loadmodule "modules/commands.dll"; to see if it really was in there twice and of course that just gave me that commands.dll wasnt loaded, is it possible that there could be a bug in commands.dll? I didnt compile this myself.