a Few questions

These are old archives. They are kept for historic purposes only.
Locked
[x]
Posts: 3
Joined: Thu Jul 15, 2004 6:28 pm

a Few questions

Post 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 :P

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?
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
[x]
Posts: 3
Joined: Thu Jul 15, 2004 6:28 pm

Post by [x] »

ah ok .. do u know a place where i can ask these?

basically im trying to free up bandwidth
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: a Few questions

Post 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 :P

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
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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.
[x]
Posts: 3
Joined: Thu Jul 15, 2004 6:28 pm

Post by [x] »

ok ok ok cool
thanks for the info lads
Locked