sigh
This commit is contained in:
parent
468a75f9b1
commit
e85da2c812
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: s_user.c,v 1.23 2002/09/25 07:43:28 fishwaldo Exp $
|
||||
* $Id: s_user.c,v 1.24 2002/09/25 08:09:30 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
@ -1212,7 +1212,7 @@ send_umode_out(struct Client *source_p, struct Client *client_p,
|
|||
|| (starget_p->localClient->serverMask &
|
||||
target_p->lazyLinkClientExists))
|
||||
sendto_one(starget_p, ":%s MODE %s :%s",
|
||||
source_p->name, target_p->name, buf);
|
||||
(source_p == target_p) ? me.name : source_p->name, target_p->name, buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue