diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-06-04 14:36:51 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-06-04 14:36:51 +0100 | 
| commit | e0e2a71ed3e7937ed5da85af95be016a8441547b (patch) | |
| tree | 67cdfc8d9b8cb87f247f463499f2831414dc5032 /protocols/jabber/iq.c | |
| parent | d06eabf19ec3f849d8bab22c13d43e4eba9a48ee (diff) | |
Fixed retarded use of strcpy() and no longer using Jabber fullnames for
nickname generation. IM fullnames and IRC nicknames are just *different*.
Diffstat (limited to 'protocols/jabber/iq.c')
| -rw-r--r-- | protocols/jabber/iq.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/jabber/iq.c b/protocols/jabber/iq.c index 62e6a183..0050fb5b 100644 --- a/protocols/jabber/iq.c +++ b/protocols/jabber/iq.c @@ -373,10 +373,7 @@ static xt_status jabber_parse_roster( struct im_connection *ic, struct xt_node *  					                           group->text : NULL );  				if( name ) -				{  					imcb_rename_buddy( ic, jid, name ); -					imcb_buddy_nick_hint( ic, jid, name ); -				}  			}  			else if( strcmp( sub, "remove" ) == 0 )  			{  | 
