]> arthur.barton.de Git - ngircd-alex.git/commit
Client_CheckID(): fix connection information
authorAlexander Barton <alex@barton.de>
Fri, 17 Jul 2009 14:16:04 +0000 (16:16 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 17 Jul 2009 14:16:04 +0000 (16:16 +0200)
commit805bf0349064a1a1f6412c19a3a3bcb7fb7ccbe1
tree2019bde5d5730ee1dddcd9a38a2c060f529b754d
parent63cbc6cd4262971d0ef795d2404bc545413e159a
Client_CheckID(): fix connection information

This patch fixes the following silly log messages:
'ID "XXX" already registered (on connection -1)!'

If the ID is already registered on a local connection, the local
connection ID is printed; and if the ID is connected via a remote
server, "via network" is displayed.
src/ngircd/client.c