libpurple/protocols/ircv3/purpleircv3connection.c

changeset 41811
f4ac61968453
parent 41807
66d473190e94
child 41812
c3cd920261b6
equal deleted inserted replaced
41810:bd91865991dc 41811:f4ac61968453
177 purple_connection_take_error(PURPLE_CONNECTION(connection), error); 177 purple_connection_take_error(PURPLE_CONNECTION(connection), error);
178 178
179 return; 179 return;
180 } 180 }
181 181
182 /* Grab our protocol specific connection data. */
183 purple_connection_set_state(PURPLE_CONNECTION(connection), 182 purple_connection_set_state(PURPLE_CONNECTION(connection),
184 PURPLE_CONNECTION_CONNECTED); 183 PURPLE_CONNECTION_CONNECTED);
185 184
186 g_message("Successfully connected to %s", connection->server_name); 185 g_message("Successfully connected to %s", connection->server_name);
187 186

mercurial