Robby
Robby
So it turns out the ignoring/unignoring via commands or the checkbox in the nickname list is case-sensitive. A perfect example of this problem is the following: `USER-A` joins the channel,...
When an IRC operator kills a user, a KILL message is sent to the user right before closing the connection, this message has the following format: `: KILL :` Though...
Occasionally the ircd will show the IP address of the server where the webchat instance is running on in the ANNOUNCEMENT message when a blacklisted user is connecting: ``` XLINE:...
**Description** The ability to configure variables in X-line reasons, like `$nick` (which at the moment is the only one I'd really like and that we could use). `$nick` would be...
There already is ``, but this is different. It would be nice to have a config setting to not allow users to pursue their IRC connection when SASL authentication fails...
InspIRCd allows doing something like this, while it should prevent it: `/MODE #channel +bb *!*@AAA *!*@aaa` This seems to upset some clients/bots, like eggdrop, which remove one of the two...
I have a fairly unique setup in where I run several inspircd instances for specific purposes, but they are linked to each other, though. This provides me with some more...
We are connecting to the ircd over the local loopback interface using `::1` as the address, and even though everything seems to work fine, the log/console is getting spammed with...