diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-01-12 00:24:46 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-01-12 00:24:46 +0000 |
commit | e64de00bf2d99962182243983e8c09decaa36eb4 (patch) | |
tree | 32bc7e5e523c2ff4683f4f065830cb9c2e9663f7 /lib/misc.c | |
parent | e7f8838951c81ba7edf6c6567cf68075de42be6e (diff) |
Killed info_string_append() and now showing the IP address of ICQ users
in the "info" command response.
Diffstat (limited to 'lib/misc.c')
-rw-r--r-- | lib/misc.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -244,12 +244,6 @@ char *escape_html( const char *html ) return( str ); } -void info_string_append(GString *str, char *newline, char *name, char *value) -{ - if( value && value[0] ) - g_string_sprintfa( str, "%s%s: %s", newline, name, value ); -} - /* Decode%20a%20file%20name */ void http_decode( char *s ) { |