From kde-commits Mon Feb 16 16:29:21 2004 From: Andrew Stanley-Jones Date: Mon, 16 Feb 2004 16:29:21 +0000 To: kde-commits Subject: kdenetwork/ksirc Message-Id: <20040216162921.84A7A9959 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107694897016504 CVS commit by asj: Store nicks you are talking to as well M +4 -4 toplevel.cpp 1.318 --- kdenetwork/ksirc/toplevel.cpp #1.317:1.318 @@ -1640,5 +1640,5 @@ void KSircTopLevel::lineeNotTab() disconnect(linee, SIGNAL(notTab()), this, SLOT(lineeNotTab())); - + addCompleteNick(tab_nick); }