Page 1 of 1

Show all users connecting in a channel.

Posted: Mon Mar 20, 2006 6:16 am
by Klint
I have a channel setup on my network where it displays all my NeoStats, and Operserv shows anytime a user uses it. But I want to see when users are connecting. I am running Anope, Unreal3.2.4 and NeoStats. Please let me know. Thanks!!!!

Posted: Mon Mar 20, 2006 6:24 am
by Grunt
Start the services using "./services -logchan" or use "/msg operserv set logchan on". And this is supposed to be in the Services forum.

1

Posted: Mon Mar 20, 2006 6:45 am
by Klint
I am wanting to see when users connect to my network in the channel. I already had /msg operserv set logchan on enabled. Thanks though

Posted: Mon Mar 20, 2006 1:57 pm
by Stealth
Get the module called chansno

Posted: Mon Mar 20, 2006 2:05 pm
by Grunt
Excuse me... but "when they connect in a channel"? That's either connect, either join a channel. For the first, to display connections in a channel, do as I said. If you want to receive server notices when someone joins a channel, do as Stealth said.

Posted: Mon Mar 20, 2006 10:06 pm
by Klint
Alright lets start over
When a user connects to ANY of my servers on my network I a message to be displayed in a channel with who is connecting and what server.

Posted: Mon Mar 20, 2006 11:31 pm
by Grunt
Then re-read my first post in this thread. Also, look in services.conf an uncomment LOGUSERS and set LOGCHAN, so it looks like this:


# LogChannel <channel> [OPTIONAL]
#
# When defined, services will output log messages to this channel.
# IMPORTANT: This can be a security risk so make certain this channel
# is sufficiently protected from normal access.

LogChannel "#my-secret-channel"

# ................... Some other lines

# LogUsers [OPTIONAL]
#
# Defines whether Anope will log user connections, disconnections and
# nickname changes. You may have to do so in case you ever need to
# transmit user information to your local authorities.

LogUsers

Of course, you need to change "#my-secret-channel" to whatever you want. Then, like I said, start the services using "./services -logchan" or "/msg operserv set logusers on".

Posted: Tue Mar 21, 2006 12:21 am
by DeadNotBuried
or look at ConnectServ in NeoStats

Posted: Tue Mar 21, 2006 1:57 am
by Klint
NeoStats Did the trick Thanks so much! I had to Neostats load Connectserv it was uncommented in the config but I never restarted neostats thansk again!