Comment 5 for bug 197048

Revision history for this message
In , Sjoerd Simons (sjoerd) wrote :

Review of attachment 14717:

Test comment for splinter

::: telepathy-idle-0.1.2/src/idle-connection.c
@@ +725,2 @@
+ if (conn->parent.status == TP_CONNECTION_STATUS_CONNECTING) {
+ /* Code to make it so that nicks don't collide. If the nick

Test

@@ +744,3 @@
+ gchar msg[IRC_MSG_MAXLEN+1];
+ g_snprintf(msg, IRC_MSG_MAXLEN+1, "NICK %s", priv->nickname);
+ send_irc_cmd(conn, msg);

Test review comment for splinter: g_strdup_printf is awesome :)