Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Thomas on December 15, 2019, 02:58:44 PM

Title: questions about bans
Post by: Thomas on December 15, 2019, 02:58:44 PM
Hi,

i'm using Anope 2.0.6 and have some questions about bans.

Is it possible to get a list of all banned users? E.g. with an IRC-command or xmlrpc or in the database?
Where is this information stored? The banned users must have some sort of flag which could be read?
If we use expiring of users after e.g. some days, is it possible that banned account are not expired?

Thanks for any hints :)
Title: Re: questions about bans
Post by: Lord255 on December 30, 2019, 02:12:13 PM
hello.
what kind of bans are you talking about? :)
akill? or simple channel bans? or server bans like gline/zline.. ?
they are all different.

if you posted this on anope i guess you are asking about akill. for that you have this command:
Code: [Select]
//os akill list

Title: Re: questions about bans
Post by: gerry on December 30, 2019, 02:15:03 PM
if you're referring to glines, klines, zlines, gzlines... these are stored on your server daemon itself as opposed to services.

if you're on Unrealircd, you can see a list via /stats and selecting the correct option.. ie /stats g for glines and gzlines