[Bug 14751] If nick is taken try adding a "_"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 2 17:38:18 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=14751

--- Comment #3 from Sjoerd Simons <sjoerd at luon.net> 2010-04-02 08:38:17 PDT ---
Review of attachment 14717:
 --> (https://bugs.freedesktop.org/review?bug=14751&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 :)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the telepathy-bugs mailing list