Changeset d5ccd83 for protocols/oscar
- Timestamp:
- 2006-08-13T19:15:23Z (18 years ago)
- Branches:
- master
- Children:
- 08cdb93
- Parents:
- 846cec61
- Location:
- protocols/oscar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r846cec61 rd5ccd83 1251 1251 channel = va_arg(ap, int); 1252 1252 userinfo = va_arg(ap, aim_userinfo_t *); 1253 1254 if (set_getint(sess->aux_data, "debug")) {1255 serv_got_crap(sess->aux_data, "channel %i called", channel);1256 }1257 1253 1258 1254 switch (channel) { -
protocols/oscar/rxhandlers.c
r846cec61 rd5ccd83 112 112 /* Following SNAC will be related */ 113 113 } 114 115 if (set_getint(sess->aux_data, "debug")) {116 serv_got_crap(sess->aux_data, "snac %x/%x received", snac.family, snac.subtype);117 }118 114 119 115 for (cur = (aim_module_t *)sess->modlistv; cur; cur = cur->next) {
Note: See TracChangeset
for help on using the changeset viewer.