Changeset 838 for branches/ithildin-1.1/modules/ircd/commands/npc.c
- Timestamp:
- 05/11/09 02:26:05 (3 years ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/modules/ircd/commands/npc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/commands/npc.c
r837 r838 90 90 /* calculate against: ":nick!user@host PRIVMSG #channel :blah (Sender)\r\n" 91 91 * which is the most antiquated way of passing messages. */ 92 message_space -= 1 8; /* ":!@ PRIVMSG: ()\r\n" = 18 */92 message_space -= 19; /* ":!@ PRIVMSG : ()\r\n" = 18 */ 93 93 message_space -= (strlen(fake_client.nick) + strlen(fake_client.user) + 94 94 strlen(fake_client.host));
Note: See TracChangeset
for help on using the changeset viewer.
