Changeset 674a01d for irc_send.c


Ignore:
Timestamp:
2010-09-06T00:20:01Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3c9b095
Parents:
d6657ce
Message:

Move whatsnew stuff into help.txt. Stop putting too much string content
into the executable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_send.c

    rd6657ce r674a01d  
    114114        irc_channel_t *ic = NULL;
    115115        irc_user_t *iu = irc->root;
    116         char text[1024];
     116        char text[1100];
    117117        va_list params;
    118118        char *dst;
Note: See TracChangeset for help on using the changeset viewer.