# HG changeset patch # User Christian Hammond # Date 1060792317 0 # Node ID e7b87c8e8c0a816576ba7f9e0549849c30c9433b # Parent ea689dbf1a57157104b29358d98f65cd04f1e951 [gaim-migrate @ 6959] MMaking a comment about a check that, imho, is a bit ugly. We don't want to have protocol-specific checks in core code if we can help it. committer: Tailor Script diff -r ea689dbf1a57 -r e7b87c8e8c0a src/blist.c --- a/src/blist.c Wed Aug 13 16:09:48 2003 +0000 +++ b/src/blist.c Wed Aug 13 16:31:57 2003 +0000 @@ -1253,6 +1253,7 @@ protocol = prpl_num; + /* TODO Somehow move this checking into prpls */ if (prpl_num == GAIM_PROTO_OSCAR) { if ((username = gaim_account_get_username(account)) != NULL) { protocol = (isalpha(*username)