| 30887:502e7808d0f6 | 30888:21a931e7747e |
|---|---|
| 141 }; | 141 }; |
| 142 | 142 |
| 143 static void | 143 static void |
| 144 init_plugin(PurplePlugin *plugin) | 144 init_plugin(PurplePlugin *plugin) |
| 145 { | 145 { |
| 146 oscar_init(plugin); | 146 oscar_init(plugin, FALSE); |
| 147 } | 147 } |
| 148 | 148 |
| 149 PURPLE_INIT_PLUGIN(aim, init_plugin, info); | 149 PURPLE_INIT_PLUGIN(aim, init_plugin, info); |