Menu

#45 First private message send to sender

2_-_Moderate_Bug
open
nobody
5
2001-06-11
2001-06-11
No

In Server.sendPrivateMessage() a channel is created
for private messages to another user. When the channel
is first created, both the sender and recipient are
added to the channel. Also, the message is sent to the
sender with:

channel.getChannelMux().onPrivateMessage(getNick(),chan,
message);

That can't be right.

Discussion


Log in to post a comment.