CVS: bopm/src irc.c,1.25,1.26

[email protected]
Newsgroups gmane.network.irc.bopm
Message-ID <[email protected]>
Update of /data/cvs/bopm/src
In directory angora.blitzed.org:/tmp/cvs-serv7274

Modified Files:
	irc.c 
Log Message:
Set IRC_LAST on connect.


Index: irc.c
===================================================================
RCS file: /data/cvs/bopm/src/irc.c,v
retrieving revision 1.25
retrieving revision 1.26
diff --unified=6 -r1.25 -r1.26
--- irc.c	22 Jun 2003 13:19:39 -0000	1.25
+++ irc.c	29 Nov 2003 17:46:28 -0000	1.26
@@ -436,12 +436,14 @@
    if(strlen(IRCItem->password) > 0)
       irc_send("PASS %s", IRCItem->password);
 
    irc_send("USER %s %s %s :%s",
             IRCItem->username, IRCItem->username, IRCItem->username,
             IRCItem->realname);
+
+   time(&IRC_LAST);
 }
 
 
 /* irc_reconnect
  *
  *    Close connection to IRC server.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.