[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kopete/protocols/irc/libkirc
From:       Michel Hermier <michel.hermier () wanadoo ! fr>
Date:       2003-07-16 10:13:28
[Download RAW message or body]

CVS commit by hermier: 

Removed one static personnal user name.(Oups!)
Code should allow to set username, will work on this.


  M +1 -2      kirc.cpp   1.66


--- kdenonbeta/kopete/protocols/irc/libkirc/kirc.cpp  #1.65:1.66
@@ -67,6 +67,5 @@ KIRC::KIRC(const QString &host, const Q_
         m_Host = host;
         m_Port = (port==0)?6667:port;
-//      m_Username = QString::fromLatin1(getpwuid(getuid())->pw_name);
-        m_Username = QString::fromLatin1("slayer");
+        m_Username = QString::fromLatin1(getpwuid(getuid())->pw_name);
 
 //      The following order is based on the RFC2812.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic