do not spam channel logs with repeated disconnectsv3.0.3
commit28cd8a897c42705293776395fb669eee66549d6a
authorrofl0r <retnyg@gmx.net>
Tue, 2 Jun 2015 12:03:38 +0000 (2 13:03 +0100)
committerrofl0r <retnyg@gmx.net>
Tue, 2 Jun 2015 12:03:49 +0000 (2 13:03 +0100)
treef7c3bedd93f72dd158fcf43a624f51a4c0ddcf97
parenta7fddc72e946aa3e8103a7f8b69d8eeea447f58d
do not spam channel logs with repeated disconnects

when auto-connecting to a ZNC bouncer without entering the password
it usually makes a disconnect every 2 minutes.
this spams the log of every channel with disconnect messages.
to not repeat a disconnect message more than once, we check for
sess->total to see if the chan was opened on the previous connection.
if not, the disconnect message is suppressed.
src/common/text.c