Im not sure if this is relevant to irssi or to ngircd, so please forgive my ignorance.
Is there a way to view when users connect to the server, but not joined to the room? Right now I just watch the logs with tail -f, but I'd like to be able to see in the client if possible. I use irssi.
Am 27.12.2014 um 05:45 schrieb wally neuman1812@gmail.com:
Im not sure if this is relevant to irssi or to ngircd, so please forgive my ignorance.
Is there a way to view when users connect to the server, but not joined to the room? Right now I just watch the logs with tail -f, but I'd like to be able to see in the client if possible. I use irssi.
If you know the users you are looking for in advance, you can use some "online notifications" in your cliens.
If you want to see _all_ users connecting (and disconnecting) and you are an IRC Operator (see OPER command), you can set usermode "+c" on yourself and you will receive a NOTICE for each client on connect/disconnect, like this:
Client connecting: nick (user@some.host) [1.2.3.4] - User Client exiting: nick (user@some.host) [Got QUIT command]
See http://ngircd.barton.de/doc/Modes.txt.
Regards Alex