MGranatels / IRC

4 stars 1 forks source link

Issue: Message with wrong commands in channel should return the message to the channel but only visible for the user. #47

Open MGranatels opened 1 year ago

MGranatels commented 1 year ago
gabriela-freitas commented 1 year ago

test with mode -x

gabriela-freitas commented 1 year ago

This is a quick fix, just add the channel name after the formatMessage() function. i.e sendIrcMessage(formatMessage(client, TOPIC_CHANNEL) + " " + channel.getName()

I've done it for what I noticed in modeAcition. I'll keep this issue open until we can locate all occurencies