Changeset 698 for trunk


Ignore:
Timestamp:
02/26/06 00:53:29 (6 years ago)
Author:
wd
Message:

Fix dumb compiler error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/commands/squit.c

    r696 r698  
    6868            if (!MYCLIENT(cli)) { 
    6969                sendto_flag(SFLAG("GNOTICE"), "Remote SQUIT %s from %s (%s)", 
    70                         sp->name, srv->name, msg); 
     70                        sp->name, cli->nick, msg); 
    7171                sendto_serv_butone(NULL, NULL, ircd.me, NULL, "GNOTICE", 
    72                         ":Remote SQUIT %s from %s (%s)", sp->name, srv->name, 
     72                        ":Remote SQUIT %s from %s (%s)", sp->name, cli->nick, 
    7373                        msg); 
    7474            } 
Note: See TracChangeset for help on using the changeset viewer.