]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Make sure that the target user is able to join a local channel
authorAlexander Barton <alex@barton.de>
Sun, 12 Apr 2015 18:59:43 +0000 (20:59 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 12 Apr 2015 18:59:43 +0000 (20:59 +0200)
Implement ERR_USERNOTONSERV(504) numeric and make sure that the
target user is on the same server when inviting other users to
local ("&") channels.

ircd-ratbox uses the ERR_USERNOTONSERV(504) numeric for this, and I
think this is a good idea -- other IRC daemons (like ircu) silently
drop such impossible invites, but thats not a big benefit ...

Idea by Cahata, thanks! Closes #183.


No differences found