View previous topic :: View next topic |
Author |
Message |
mvp1 Voice
Joined: 27 Jan 2022 Posts: 22
|
Posted: Sun May 22, 2022 10:00 pm Post subject: Copy channel Ban / Invite / Exceptions list? |
|
|
Hi guys,
I have long lists of bans, invites, exceptions added on a channel. What could be the easiest and quickest way (script, apps like mIRC, irccloud etc) for me to copy and save all the lists to keep as a back up? in case some op wipes these lists.
Many thanks |
|
Back to top |
|
 |
simo Owner
Joined: 22 Mar 2015 Posts: 969
|
Posted: Mon May 23, 2022 2:19 am Post subject: |
|
|
The easiest way would be to have mirc script write them to a text file |
|
Back to top |
|
 |
CrazyCat Revered One

Joined: 13 Jan 2002 Posts: 1057 Location: France
|
|
Back to top |
|
 |
SpiKe^^ Owner

Joined: 12 May 2006 Posts: 809 Location: Tennessee, USA
|
Posted: Tue May 24, 2022 10:37 pm Post subject: The lists are in the *.user file |
|
|
The lists are saved in the eggdrop *.user file _________________ SpiKe^^
Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
. |
|
Back to top |
|
 |
CrazyCat Revered One

Joined: 13 Jan 2002 Posts: 1057 Location: France
|
Posted: Wed May 25, 2022 1:49 am Post subject: Re: The lists are in the *.user file |
|
|
SpiKe^^ wrote: | The lists are saved in the eggdrop *.user file |
I mean the actual list of mvp1, I'm not sure he had set them in the eggdrop. _________________ https://www.eggdrop.fr - French IRC network
Offer me a coffee - Do not ask me help in PM, we are a community. |
|
Back to top |
|
 |
willyw Revered One
Joined: 15 Jan 2009 Posts: 1183
|
Posted: Wed May 25, 2022 8:26 am Post subject: Re: Copy channel Ban / Invite / Exceptions list? |
|
|
One idea:
Code: |
/mode #channelName b
|
Do this in your irc client.
This returns the list of bans on that channel.
Copy it. Save it. Done.
If this IS what you want, and then you want to automate the process to happen periodically, then we are off to the races on figuring a good way to do so.
Side note:
If you need to keep track of dynamic bans, give thought to Spike^^'s idea, too. They would appear in the bot's .user file, but not in the irc server's ban list using the command that I just posted. In other words, you might need both. _________________ For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia ! |
|
Back to top |
|
 |
mvp1 Voice
Joined: 27 Jan 2022 Posts: 22
|
Posted: Sat Aug 13, 2022 12:53 am Post subject: |
|
|
Thanks Simo, CrazyCat and Spike. The lists are not in eggdrop but just on channel, and what willyw said worked for me. The /mode command displayed, and I took a back up by just copy pasting.
Thanks alot willyw! |
|
Back to top |
|
 |
|