On all channels that my bot is attached to, it repeatedly tries to remove channel modes nt. Naturally, Chanserv immediately reinstates them, and the bot removes them again. Etc etc.
I have my server set to disallow channel creation, so the bot is only able to join the channels listed within it's config file. Each channel is listed with very basic settings, thus:
Code: Select all
channel add #lobby {
chanmode "+nt-likm"
}
Any ideas?