Committer : entrope
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2007-01-13 18:45:19 UTC
Modified files:
Tag: u2_10_12_branch
ChangeLog ircd/m_create.c
Log message:
Add channel name to PV message for redundant CREATE.
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.132 ircu2.10/ChangeLog:1.710.2.133
--- ircu2.10/ChangeLog:1.710.2.132 Sat Jan 13 10:43:41 2007
+++ ircu2.10/ChangeLog Sat Jan 13 10:45:07 2007
@@ -1,5 +1,10 @@
2006-01-13 Michael Poole <[EMAIL PROTECTED]>
+ * ircd/m_create.c (ms_create): Add channel name to the protocol
+ violation notice for a redundant CREATE.
+
+2006-01-13 Michael Poole <[EMAIL PROTECTED]>
+
* ircd/s_user.c (set_nick_name): Use user's account name rather
than the account parameter, in case the parameter contains a colon
(i.e. "account:1234" format).
Index: ircu2.10/ircd/m_create.c
diff -u ircu2.10/ircd/m_create.c:1.18.2.3 ircu2.10/ircd/m_create.c:1.18.2.4
--- ircu2.10/ircd/m_create.c:1.18.2.3 Sat Mar 18 07:52:58 2006
+++ ircu2.10/ircd/m_create.c Sat Jan 13 10:45:08 2007
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_create.c,v 1.18.2.3 2006/03/18 15:52:58 entrope Exp $
+ * $Id: m_create.c,v 1.18.2.4 2007/01/13 18:45:08 entrope Exp $
*/
/*
@@ -160,7 +160,7 @@
{
/* 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;
}
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches