Yaaic/application/src/org/jibble/pircbot
Steven Luo 9a8bf44d63 Do something sane for private messages where the sender is our nick
As of now, private messages where the sender is our nick end up in
a query window targeted at us.  Show these messages in the query window
of the target instead, which is probably what we want.

This is useful for use with irssi proxy, which will send messages sent
by another client attached to the proxy to us in this way.

(Note that this patch makes a change to PircBot to pass the target of a
private message to the onPrivateMessage handler.)
2011-06-08 23:11:28 +02:00
..
Colors.java Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
DccChat.java Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
DccFileTransfer.java Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
DccManager.java Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
IdentServer.java Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
InputThread.java Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
IrcException.java Replace all tabs with four spaces! 2010-11-18 18:52:19 +01:00
NickAlreadyInUseException.java Replace all tabs with four spaces! 2010-11-18 18:52:19 +01:00
OutputThread.java Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
PircBot.java Do something sane for private messages where the sender is our nick 2011-06-08 23:11:28 +02:00
Queue.java Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
ReplyConstants.java Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
User.java Merged application and test project into one repository 2010-11-07 08:35:45 +01:00