Page 1 of 1
stats g by operator
Posted: Sun Jul 26, 2009 2:03 pm
by doudl
Is there a command to show glines set by a certain operator?
I tryed for example: /stats g +s operatorname
With no luck...
Re: stats g by operator
Posted: Sun Jul 26, 2009 3:57 pm
by katsklaw
stats G not g
Stats are case sensitive
G - gline - Send the gline and gzline list
Extended flags: [+/-mrs] [mask] [reason] [setby]
m Return glines matching/not matching the specified mask
r Return glines with a reason matching/not matching the specified reason
s Return glines set by/not set by clients matching the specified name
Re: stats g by operator
Posted: Sun Jul 26, 2009 4:55 pm
by Jobe
katsklaw wrote:stats G not g
Stats are case sensitive
G - gline - Send the gline and gzline list
Extended flags: [+/-mrs] [mask] [reason] [setby]
m Return glines matching/not matching the specified mask
r Return glines with a reason matching/not matching the specified reason
s Return glines set by/not set by clients matching the specified name
Stats are only case sensative where there is different stats depending on case. In the case of /stats g both G and g work.
As for the +s extension, you MUST provide a <nick>!<ident>@<host> mask to search for, where the mask matches the setter. Eg with "/stats g +s Jobe" it returns nothing but with "/stats g +s Jobe!*@*" it returns all the glines I set.
So in all honesty, the description for +s should be changed to say "the specified mask" as apposed to name, since that has caused a little confusion here.
Re: stats g by operator
Posted: Sun Jul 26, 2009 11:39 pm
by doudl
I tryed:
/stats G +s naamoperator
I get: End of /STATS report
What is the full command to show the 'g' stats set by a certain operator?
Re: stats g by operator
Posted: Sun Jul 26, 2009 11:46 pm
by doudl
Nevermind I found it, you have to stats the full user!mask

Re: stats g by operator
Posted: Mon Jul 27, 2009 1:49 pm
by Jobe
doudl wrote:Nevermind I found it, you have to stats the full user!mask

Jobe1986 wrote:As for the +s extension, you MUST provide a <nick>!<ident>@<host> mask to search for, where the mask matches the setter. Eg with "/stats g +s Jobe" it returns nothing but with "/stats g +s Jobe!*@*" it returns all the glines I set.