Closed dlbltv closed 1 day ago
The wikipedia for IRC Commands defines it the following way:
So after trying on HexChat and looking at the behavior I noticed the following:
channel
exists and the user is part of it: Send invite
, Notify User
channel
doesn't exist: Send Invite
, Notify User
channel
exists and the user isn't part of it: Don't Invite
, Don't Notify User
nickname
doesn't exist: Don't Invite
, Don't Notify User
Regarding the mode, that's something we'll have to handle in the future when we implement operators.
@mortinso It seems to work, if you come up with any new tests, please try it.