[REQ] Need an alias to ban gline irccloud users by nickname that will translate to username@*

These are old archives. They are kept for historic purposes only.

Moderators: Gottem, Supporters

Post Reply
Stefano1990
Posts: 2
Joined: Sun Jun 03, 2018 3:08 pm

[REQ] Need an alias to ban gline irccloud users by nickname that will translate to username@*

Post by Stefano1990 »

Because irccloud users come under shared IP ranges and glining by ident is difficult on mobile (have to do a /whois first). I'd like a way to have an alias (or additional /gline logic) to request a gline on a nickname that is translated to 'ident@*' in the case of a user being on irccloud
PeGaSuS
Official supporter
Posts: 96
Joined: Tue Jun 27, 2017 4:42 pm
Contact:

Re: Need an alias to ban gline irccloud users by nickname that will translate to username@*

Post by PeGaSuS »

You could probably use this configuration option:
https://www.unrealircd.org/docs/Set_blo ... e-username

That way doing /gline nickname would include the sid|uid of the user in the ban, converting it to sid|uid@IP/hostname

Still, the best option is to ban manually (isn't that hard to copy the sid|uid of the user).

Cheers
IRC Network: PTirc - GitHub: TehPeGaSuS - Help and support: #unreal-support
jesopo
Posts: 1
Joined: Sun Jun 03, 2018 4:14 pm

Re: Need an alias to ban gline irccloud users by nickname that will translate to username@*

Post by jesopo »

The_Myth wrote: Sun Jun 03, 2018 4:02 pm You could probably use this configuration option:
https://www.unrealircd.org/docs/Set_blo ... e-username

That way doing /gline nickname would include the sid|uid of the user in the ban, converting it to sid|uid@IP/hostname

Still, the best option is to ban manually (isn't that hard to copy the sid|uid of the user).

Cheers
This would cover *all* glines and that's not what's desired here; just a solution (e.g. an alias) for specific situations (e.g. irccloud users)
Stefano1990
Posts: 2
Joined: Sun Jun 03, 2018 3:08 pm

Re: Need an alias to ban gline irccloud users by nickname that will translate to username@*

Post by Stefano1990 »

I am asking a aliases module for this type of match on server when my Admin make command gline /gline $nick reason


for example if someone with hostmasl/IP

~[email protected] is on channel to get Gline added *!~sid95262@* Quit from server

and if someone with host [email protected] to get Gline added *!uid300068@* Quit from server

and if someone with a regular host like [email protected] to get Gline add *@71.231.192.20 Quit from server
Post Reply