- Timestamp:
- 05/11/09 01:31:13 (3 years ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/modules/ircd/commands/npc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/commands/npc.c
r833 r834 89 89 message_space -= strlen(cli->nick); 90 90 if (action) 91 message_space -= 8; /* "\001ACTION\001" */91 message_space -= 9; /* "\001ACTION \001" */ 92 92 93 93 message_length = strlen(argv[3]); … … 101 101 102 102 sendto_channel_local(chan, &fake_client, NULL, "PRIVMSG", ":%s%s (%s)%s", 103 (action ? "\001ACTION " : ""),103 (action ? "\001ACTION " : ""), 104 104 argv[3], cli->nick, (action ? "\001" : "")); 105 105 /* XXX: need to switch to sendto_channel_remote at some point! */
Note: See TracChangeset
for help on using the changeset viewer.
