Page 1 of 1
a Few questions
Posted: Thu Jul 15, 2004 6:48 pm
by [x]
ok ok ok ...im sorry if this has allready been said before
i did a search and found nothing .. or maybe im blind .. would explain alotta stuff
ANYHOO..
im using the latest unreal on FREE BSD.. and i was wondering if it was possible to set /lusers to only IRCOPS can see how many are on the server ..and for ppl who are NOT a ircop on the network to see like 3 people?
also .. take out PING PONG..is that possible?
also .. if a user does a whois .. can u tell it the server to msg u whose doing it ?
i donno if this belongs here.. but tell me where it does
and thanks ?
also
where this is "'cant send to channel +m'" in the code?
Posted: Thu Jul 15, 2004 10:59 pm
by w00t
Ok, most of the stuff you are asking about would require source modification which is NOT SUPPORTED
Why on earth do you want to remove ping/pong?! Then you'd get a whole lot of stale connections that never close!
As for your whois question, operflag +W does the job.
Posted: Fri Jul 16, 2004 4:51 am
by [x]
ah ok .. do u know a place where i can ask these?
basically im trying to free up bandwidth
Re: a Few questions
Posted: Fri Jul 16, 2004 5:50 am
by katsklaw
[x] wrote:ok ok ok ...im sorry if this has allready been said before
i did a search and found nothing .. or maybe im blind .. would explain alotta stuff
ANYHOO..
im using the latest unreal on FREE BSD.. and i was wondering if it was possible to set /lusers to only IRCOPS can see how many are on the server ..and for ppl who are NOT a ircop on the network to see like 3 people?
Needs coded.
also .. take out PING PONG..is that possible?
it's easier for the client to ignore/block it.
also .. if a user does a whois .. can u tell it the server to msg u whose doing it ?
usermode +W (IRCops only)
i donno if this belongs here.. but tell me where it does
and thanks ?
also
where this is "'cant send to channel +m'" in the code?
src/s_err.c
Posted: Fri Jul 16, 2004 10:07 am
by AngryWolf
im using the latest unreal on FREE BSD.. and i was wondering if it was possible to set /lusers to only IRCOPS can see how many are on the server ..and for ppl who are NOT a ircop on the network to see like 3 people?
There's no such feature in UnrealIRCd, and even if there was, it would be a definitely revolting one.
also .. take out PING PONG..is that possible?
If you take out that, you take out the stability of your server. For more information, see
http://www.faqs.org/rfcs/rfc1459.html section 4.6.2 (Ping message).
where this is "'cant send to channel +m'" in the code?
We don't answer questions like that. Usually these questions are asked to get help on modifying UnrealIRCd. That isn't supported.
Posted: Fri Jul 16, 2004 3:28 pm
by [x]
ok ok ok cool
thanks for the info lads