Changes in / [ee5c355:e617b35]
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
ree5c355 re617b35 426 426 <default>false</default> 427 427 428 <para> 429 With this option enabled, root will inform you when someone in your buddy list changes his/her "friendly name". 430 </para> 428 <description> 429 <para> 430 With this option enabled, root will inform you when someone in your buddy list changes his/her "friendly name". 431 </para> 432 </description> 431 433 </bitlbee-setting> 432 434 -
protocols/msn/msn.c
ree5c355 re617b35 368 368 struct msn_data *md; 369 369 char buf[1024], *fn; 370 int i;371 370 372 371 /* Double-check. */ -
protocols/oscar/info.c
ree5c355 re617b35 261 261 if (!identified) { 262 262 /*FIXME*/ 263 /*REMOVEME :-) 263 264 g_strdup_printf("unknown capability: {%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}\n", 264 265 cap[0], cap[1], cap[2], cap[3], … … 268 269 cap[10], cap[11], cap[12], cap[13], 269 270 cap[14], cap[15]); 270 271 */ 271 272 } 272 273
Note: See TracChangeset
for help on using the changeset viewer.