]> arthur.barton.de Git - ngircd-alex.git/commit
Channel mode setting: The local server is allowed to work on local channels
authorAlexander Barton <alex@barton.de>
Mon, 26 Dec 2022 16:32:59 +0000 (17:32 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 26 Dec 2022 16:32:59 +0000 (17:32 +0100)
commit3e23f7d2c33df287941d26b84c2a26d6ee22faf2
treedfbaa2508936d1d45e003ac8aba89bc9839a97e1
parent46081d619a4777e53552e6a1fb97b45ffe8465bf
Channel mode setting: The local server is allowed to work on local channels

Don't forbid the local server to change modes on local channels: this
happens when overriding modes on local (&) channels in the server
configuration file, for example, and is perfectly fine.

Without this patch, the server worked as expected but showed critical
error messages for each local channel in its configuration file:

  "Got remote MODE command for local channel!? Ignored."
src/ngircd/irc-mode.c