Changeset 840 for branches/ithildin-1.1/modules/ircd/commands/npc.c
- Timestamp:
- 05/11/09 02:41:37 (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
r839 r840 53 53 channel_t *chan = find_channel(argv[1]); 54 54 int sendok = CLIENT_CHECK_OK; 55 size_t message_space = 51 0;55 size_t message_space = 512; 56 56 size_t message_length = 0; 57 57
Note: See TracChangeset
for help on using the changeset viewer.
