added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / m_create.c
index db21be8d00de8f4b07b33ee2a28dcd88f773d9ca..df2085e1415e3a61fff32391a3bc8cdf9916c45b 100644 (file)
@@ -160,7 +160,7 @@ int ms_create(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
     {
       /* Is the remote server confused? */
       if (find_member_link(chptr, sptr)) {
-        protocol_violation(sptr, "%s tried to CREATE a channel already joined", cli_name(sptr));
+        protocol_violation(sptr, "%s tried to CREATE a channel already joined (%s)", cli_name(sptr), chptr->chname);
         continue;
       }