- Timestamp:
- 2009-01-07T00:31:18Z (16 years ago)
- Branches:
- master
- Children:
- 83f9aeb
- Parents:
- 8edfc90
- Location:
- skype
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
r8edfc90 rb820226 351 351 channel. 352 352 353 * `account set skype/skypeconsole_receive true` will make the 354 `skypeconsole` account dump all the recieved raw traffic for you 355 353 356 - If you want to automatically join bookmarked groupchats right after 354 357 you logged in, do: -
skype/skype.c
r8edfc90 rb820226 287 287 if (!strlen(line)) 288 288 break; 289 if (set_getbool(&ic->acc->set, "skypeconsole_receive")) 290 imcb_buddy_msg(ic, "skypeconsole", line, 0, 0); 289 291 if (!strncmp(line, "USERS ", 6)) { 290 292 char **i; … … 1163 1165 s->flags |= ACC_SET_OFFLINE_ONLY; 1164 1166 1167 s = set_add(&acc->set, "skypeconsole_receive", "false", set_eval_bool, acc); 1168 s->flags |= ACC_SET_OFFLINE_ONLY; 1169 1165 1170 s = set_add(&acc->set, "auto_join", "false", set_eval_bool, acc); 1166 1171 s->flags |= ACC_SET_OFFLINE_ONLY;
Note: See TracChangeset
for help on using the changeset viewer.