Informations from irc server

This forum is for everyone having trouble with linking two UnrealIRCd servers

Moderator: Supporters

Post Reply
Parisien123
Posts: 3
Joined: Tue Jun 25, 2024 5:57 am

Informations from irc server

Post by Parisien123 »

Hello

I have an unrealircd server.

I have another computer that i want to connect to the server.
The other computer needs to be informed when a user connect, quit, when a channel is open or closed, if a user goes inside or outside a channel.

Can i have all These informations by connecting as a link server?

Thank you for your help
CrazyCat
Posts: 235
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Re: Informations from irc server

Post by CrazyCat »

Just connect with an ircop account with the good flags (have a look on https://www.unrealircd.org/docs/Snomasks) and you'll see the server activity (connect, quit, kicks, nick changement, ...).
But you won't see channels creations nor joined/left by users
Parisien123
Posts: 3
Joined: Tue Jun 25, 2024 5:57 am

Re: Informations from irc server

Post by Parisien123 »

CrazyCat wrote: Tue Jun 25, 2024 6:12 am But you won't see channels creations nor joined/left by users
Why?
CrazyCat
Posts: 235
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Re: Informations from irc server

Post by CrazyCat »

Because unrealircd doesn't provide these informations as far I know.

Or peharps plaing with logs (see https://www.unrealircd.org/docs/Log_sources)
Syzop
UnrealIRCd head coder
Posts: 2133
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Informations from irc server

Post by Syzop »

In the URL that CrazyCat posted, https://www.unrealircd.org/docs/Snomasks you can see that the 'j' snomask will give you notifications of joins, parts and kicks.

Code: Select all

MODE Yournick +s +j
I believe the feature was added in UnrealIRCd 6.0.0.

See also that page regarding set::snomask-on-oper and oper::snomask to give it by default so you don't have to /MODE yourself.
CrazyCat
Posts: 235
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Re: Informations from irc server

Post by CrazyCat »

Syzop wrote: Fri Jun 28, 2024 6:40 am

Code: Select all

MODE Yournick +s +j
I believe the feature was added in UnrealIRCd 6.0.0.
Remember me to re-read the doc after a new unrealircd release :)
Post Reply