RE: [hlds_linux] [OT] [No C-D] Stripping from stats

2003-03-02 Thread Foad
In Psychostats the only thing we did was in the denyclan.cfg add this line. clan: "[No C-D]" Foad [EMAIL PROTECTED] wrote: | True. | $name =~ s/\[No C-D\]\s*$//g; | Only strips off the [No C-D] and any following white space at the end | of line. | | But, just think of the problems if there is

Re: [hlds_linux] [OT] [No C-D] Stripping from stats

2003-03-02 Thread agenthh
True. $name =~ s/\[No C-D\]\s*$//g; Only strips off the [No C-D] and any following white space at the end of line. But, just think of the problems if there is a clan called [No C-D] :) --agenthh Blaine Kahle wrote: On Sun, Mar 02, 2003 at 07:50:11PM -0800, agenthh wrote: Works fine. But, no whit

Re: [hlds_linux] [OT] [No C-D] Stripping from stats

2003-03-02 Thread Blaine Kahle
On Sun, Mar 02, 2003 at 07:50:11PM -0800, agenthh wrote: > Works fine. But, no white space in front and no extra junk in back is > also good. > $name =~ s/\s*\[No C-D\].*\n//g; does the trick. > e.g. "This is a dumb name [No C-D] blah!" would be shortened to > "This is a dumb name". The [No C-

Re: [hlds_linux] [OT] [No C-D] Stripping from stats

2003-03-02 Thread agenthh
Works fine. But, no white space in front and no extra junk in back is also good. $name =~ s/\s*\[No C-D\].*\n//g; does the trick. e.g. "This is a dumb name [No C-D] blah!" would be shortened to "This is a dumb name". You would place this in the hlstats or psychostats or whatevers script where i

[hlds_linux] Clients timing out

2003-03-02 Thread S-Man
Hi, I have this problem that just came up. I installed a new instance of hlds on my RH 7.3 Linux box. For a whole week it has been solid. Now everyone is getting kicked off "timing" out. I don't know whats different about it but it is getting annoying. On my end when I time out, HL crashes on me a

Re: [hlds_linux] [OT] [No C-D] Stripping from stats

2003-03-02 Thread Tony Di Schino
How is the new C-D able to work if it is not hooking the client .dll anymore? --- Jeremy Brooking <[EMAIL PROTECTED]> wrote: > On Mon, 2003-03-03 at 13:06, James Clark wrote: > > Do what I do. Don't run C-D during the week and make it required during > > the weekend. I'm starting to get the feel

Re: [hlds_linux] [OT] [No C-D] Stripping from stats

2003-03-02 Thread SQLBoy
Almost, but I think its: $name =~s/\[No C-D\]//g; I think..I suck at regex. On Sun, 2003-03-02 at 18:53, Kingsley Foreman wrote: > wouldn't be hard to do just add something like > > $name =~ s/[No C-D]//; > > to a line after it gets the log but before it does anything with it > but make sure u h

Re: [hlds_linux] [OT] [No C-D] Stripping from stats

2003-03-02 Thread Jeremy Brooking
On Mon, 2003-03-03 at 13:06, James Clark wrote: > Do what I do. Don't run C-D during the week and make it required during > the weekend. I'm starting to get the feeling that C-D is going to need > an update very shortly, starting to see unnatural BS even with C-D =( > > All my regulars have it an

Re: [hlds_linux] log lines about being banned for cheating

2003-03-02 Thread James Clark
On Sun, Mar 02, 2003 at 04:06:09PM -0800, Andrew A. Chen wrote: > Sooo, why would he not be able to connect on one server and be able to > connect on another? Is there a local cache for this stuff? I don't know, I said AFAIK which means I'm making big horrible (probably incorrect) assumptions.

Re: [hlds_linux] log lines about being banned for cheating

2003-03-02 Thread Andrew A. Chen
Nope, I made sure -- it's the same WONID both times. --- Andrew A. Chen Divo Networks On 3 Mar 2003, Jeremy Brooking wrote: > On Mon, 2003-03-03 at 13:06, Andrew A. Chen wrote: > > Sooo, why would he not be able to connect on one server and be able to > > connect on another? Is there a local ca

Re: [hlds_linux] log lines about being banned for cheating

2003-03-02 Thread Jeremy Brooking
On Mon, 2003-03-03 at 13:06, Andrew A. Chen wrote: > Sooo, why would he not be able to connect on one server and be able to > connect on another? Is there a local cache for this stuff? Sure he didnt change his wonid before he connected to the other server? __

Re: [hlds_linux] [OT] [No C-D] Stripping from stats

2003-03-02 Thread James Clark
On Mon, Mar 03, 2003 at 12:58:16PM +1300, Jeremy Brooking wrote: > I plan on running CD for a few days optional, until people get the hint > to install it. Do what I do. Don't run C-D during the week and make it required during the weekend. I'm starting to get the feeling that C-D is going to ne

Re: [hlds_linux] log lines about being banned for cheating

2003-03-02 Thread Andrew A. Chen
Sooo, why would he not be able to connect on one server and be able to connect on another? Is there a local cache for this stuff? --- Andrew A. Chen Divo Networks On Mon, 3 Mar 2003, James Clark wrote: > On Sun, Mar 02, 2003 at 02:58:14PM -0800, Andrew A. Chen wrote: > > Hey, quick question abo

Re: [hlds_linux] [OT] [No C-D] Stripping from stats

2003-03-02 Thread Jeremy Brooking
On Mon, 2003-03-03 at 12:53, Kingsley Foreman wrote: > wouldn't be hard to do just add something like > > $name =~ s/[No C-D]//; > > to a line after it gets the log but before it does anything with it > but make sure u have perl knowledge > Yeah its more a time restraint problem I have. I plan o