| 775 purple_plugins_load_saved(PIDGIN_PREFS_ROOT "/plugins/loaded"); |
775 purple_plugins_load_saved(PIDGIN_PREFS_ROOT "/plugins/loaded"); |
| 776 |
776 |
| 777 /* TODO: Move pounces loading into purple_pounces_init() */ |
777 /* TODO: Move pounces loading into purple_pounces_init() */ |
| 778 purple_pounces_load(); |
778 purple_pounces_load(); |
| 779 |
779 |
| |
780 /* Call this early on to try to auto-detect our IP address and |
| |
781 * hopefully save some time later. |
| |
782 * TODO: move this (back) into purple_core_init() when purple_prefs_load() is in purple_prefs_init() */ |
| |
783 purple_network_get_my_ip(-1); |
| 780 |
784 |
| 781 /* HACK BY SEANEGAN: |
785 /* HACK BY SEANEGAN: |
| 782 * We've renamed prpl-oscar to prpl-aim and prpl-icq, accordingly. |
786 * We've renamed prpl-oscar to prpl-aim and prpl-icq, accordingly. |
| 783 * Let's do that change right here... after everything's loaded, but |
787 * Let's do that change right here... after everything's loaded, but |
| 784 * before anything has happened |
788 * before anything has happened |