Open GoogleCodeExporter opened 9 years ago
https://github.com/TheLQ/PircBotX/pull/1
Original comment by lo...@amshaegar.de
on 3 Mar 2015 at 1:53
What's wrong with event.respond() ? MessageEvent will respond to the channel,
PrivateMessageEvent will respond to the user.
I'll merge this soon
Original comment by Lord.Qua...@gmail.com
on 4 Mar 2015 at 4:02
As I said. You cannot respond with an action or notice and i don't like that
the user's name is prepended. You may want to execute a command and bot need's
to address several users in the channel. So it would look like this:
AmShaegar > !play
Bot > AmShaegar: User1: You are the knight.
Bot > AmShaegar: User2: You are the archer.
Bot > ...
This is just an example but I hope you can understand what's bothering me.
Original comment by lo...@amshaegar.de
on 4 Mar 2015 at 7:35
Original issue reported on code.google.com by
lo...@amshaegar.de
on 3 Mar 2015 at 12:42