- Timestamp:
- 02/26/06 00:53:29 (6 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/commands/squit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/commands/squit.c
r696 r698 68 68 if (!MYCLIENT(cli)) { 69 69 sendto_flag(SFLAG("GNOTICE"), "Remote SQUIT %s from %s (%s)", 70 sp->name, srv->name, msg);70 sp->name, cli->nick, msg); 71 71 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, 73 73 msg); 74 74 }
Note: See TracChangeset
for help on using the changeset viewer.
