Hello! I have a single server set up here at work. with bahamut ircd. Everything works fine, but when i create a new channel it says "*** Notice -- Due to a network split, you can not obtain channel operator status in a new channel at this time."
But i dont have any other connected servers, and i have uncomment those lines in the config. What to do?
Thank!
Daniel
Hi Daniel, Make sure you have defined allow_split_ops in the options {} block.
Regards, skill
On Wed, 21 Nov 2007, Daniel Svensson wrote:
Hello! I have a single server set up here at work. with bahamut ircd. Everything works fine, but when i create a new channel it says "*** Notice -- Due to a network split, you can not obtain channel operator status in a new channel at this time."
But i dont have any other connected servers, and i have uncomment those lines in the config. What to do?
Thank!
Daniel _______________________________________________ DALnet-src mailing list DALnet-src@lists.dal.net https://lists.dal.net/mailman/listinfo/dalnet-src
Why do I get "Due to a network split, you can not obtain channel operator status in a new channel" when I'm the only server?
(This solution can require programming experience) You missed the NO_CHANOPS_WHEN_SPLIT def in include/config.h. #undef that line.
Daniel Svensson wrote:
Hello! I have a single server set up here at work. with bahamut ircd. Everything works fine, but when i create a new channel it says "*** Notice -- Due to a network split, you can not obtain channel operator status in a new channel at this time."
But i dont have any other connected servers, and i have uncomment those lines in the config. What to do?
Thank!
Daniel _______________________________________________ DALnet-src mailing list DALnet-src@lists.dal.net https://lists.dal.net/mailman/listinfo/dalnet-src