sas             Sun Feb 18 03:20:25 2001 EDT

  Modified files:              
    /php4/ext/ircg      ircg.c 
  Log:
  Set from for MSG_FMT_SELF_PART
  
  
Index: php4/ext/ircg/ircg.c
diff -u php4/ext/ircg/ircg.c:1.31 php4/ext/ircg/ircg.c:1.32
--- php4/ext/ircg/ircg.c:1.31   Sun Feb 18 02:08:21 2001
+++ php4/ext/ircg/ircg.c        Sun Feb 18 03:20:23 2001
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: ircg.c,v 1.31 2001/02/18 10:08:21 sas Exp $ */
+/* $Id: ircg.c,v 1.32 2001/02/18 11:20:23 sas Exp $ */
 
 #include "php.h"
 #include "php_ini.h"
@@ -391,7 +391,7 @@
        php_irconn_t *conn = dummy;
        static smart_str m;
 
-       format_msg(MSG(conn, FMT_MSG_SELF_PART), channel, NULL, NULL, "", &m);
+       format_msg(MSG(conn, FMT_MSG_SELF_PART), channel, NULL, conn->conn.username, 
+"", &m);
        msg_send(conn, &m);
 }
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to