View previous topic :: View next topic |
Author |
Message |
mvp1 Voice
Joined: 27 Jan 2022 Posts: 10
|
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: 859
|
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 Owner

Joined: 13 Jan 2002 Posts: 973 Location: France
|
Posted: Mon May 23, 2022 2:47 am Post subject: |
|
|
Where are actually the lists ? Setted in an eggdrop or directly in the channel ? _________________ https://www.eggdrop.fr
Offer me a coffee - Do not ask me help in PM, we are a community. |
|
Back to top |
|
 |
SpiKe^^ Owner

Joined: 12 May 2006 Posts: 771 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 Owner

Joined: 13 Jan 2002 Posts: 973 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
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: 1169
|
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 |
|
 |
|