1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00
irssi/src
Valentin Batz fd476e8b31 Make the compiler happy by replacing 'const char *' by 'char *'.
Pass the pointer to the SERVER_REC to dcc_ctcp_message.
Recode 'own' messages back for printing just before they actually get printed. (ugly but more effective than adding all the signals in fe-recode and doing it there)
Replaced SERVER_REC by IRC_SERVER_REC in dcc-chat.c since it's belongs to IRC(makes the compiler happy again).

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4034 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-10 18:32:32 +00:00
..
core Don't crash with /me in dcc, or dcc message on disconnected server, with recode (Bug 330) 2005-10-10 10:04:51 +00:00
fe-common Make the compiler happy by replacing 'const char *' by 'char *'. 2005-10-10 18:32:32 +00:00
fe-none Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get before possibly identically named headers in the glib's include directory. 2001-11-05 14:48:03 +00:00
fe-text Implementation of the meta-[cult] (capitalize words, upcase word, downcase word, transpose words) key-bindings from the TODO by Peder Stray 2005-08-27 22:06:34 +00:00
irc Make the compiler happy by replacing 'const char *' by 'char *'. 2005-10-10 18:32:32 +00:00
lib-config noinst_HEADERS -> pkginc_HEADERS 2004-05-10 20:30:57 +00:00
lib-popt noinst_HEADERS -> pkginc_HEADERS 2004-05-10 20:30:57 +00:00
perl Fix compilation with gcc4 and --with-gc, Patch by Michael Poole 2005-09-29 21:02:31 +00:00
.cvsignore Initial revision 1999-09-03 14:27:29 +00:00
common.h Compile fix for gcc 4 (Bug 219) 2005-04-25 22:21:19 +00:00
Makefile.am noinst_HEADERS -> pkginc_HEADERS 2004-05-10 20:30:57 +00:00