raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Enhancement to MessageEvent respond function #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What's the problem?
1. MessageEvent can only respond with a Message to the channel the MessageEvent 
came from. It would be nice to be easily able to respond to the User in a 
PrivateMessage (I know it's possible but it's much less neat). It essentially 
just needs a sendMessage(User target, String message) method on the 
MessageEvent.
2. MessageEvent natively responds to all message with "User: message". An 
option to respond with just "message" would again be neat.

What version of the product are you using? On what operating system?
Not the latest but I've looked through the Javadoc and it's not changed in 2.0. 
Windows 7 64-bit.

Please provide any additional information below.
By no means critical and it's possible to get around but in my eyes would be a 
nice to have.

Original issue reported on code.google.com by admira...@gmail.com on 1 Dec 2013 at 9:41

GoogleCodeExporter commented 9 years ago
Since MessageEvent is used the most I can see this being useful

Original comment by Lord.Qua...@gmail.com on 3 Dec 2013 at 2:56

GoogleCodeExporter commented 9 years ago
Added new respondChannel and respondPrivateMessage methods to ActionEvent, 
MessageEvent, and NoticeEvent in Revision 112a1c30c374

Original comment by Lord.Qua...@gmail.com on 31 Aug 2014 at 9:22