Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zartek-creole/tcl_getaccountallchan
Get Account (ircV) from all channel
https://github.com/zartek-creole/tcl_getaccountallchan
Last synced: 2 days ago
JSON representation
Get Account (ircV) from all channel
- Host: GitHub
- URL: https://github.com/zartek-creole/tcl_getaccountallchan
- Owner: ZarTek-Creole
- License: other
- Created: 2022-03-20T17:48:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T11:54:04.000Z (over 2 years ago)
- Last Synced: 2024-05-01T15:05:11.977Z (9 months ago)
- Language: Tcl
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![CC BY 4.0][cc-by-shield]][cc-by][cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
- [WebSite](#website)
- [License](#license)
- [Credits](#credits)
- [Donate](#donate)
- [Contributor](#contributor)
- [Contact](#contact)
- [IRC:](#irc)
- [Bugs, Idea.. ?](#bugs-idea-)
- [Tips and tricks](#tips-and-tricks)
- [Replace the real getaccount by getaccountAllChan](#replace-the-real-getaccount-by-getaccountallchan)# getaccountAllChan
Get Account (ircV3) from all channel
# Introduction
Inspired by the [Thread eggdrop issuues #1276](https://github.com/eggheads/eggdrop/issues/1276) and [test code of jobe1986](https://github.com/eggheads/eggdrop/files/8310713/allaccounts.txt), here is the tcl command **getaccountAllChan** <_nickname_> [~~channel~~] which completes getaccount.
getaccountAllChan searches for account on all channels.
If you specify a [channel], it will behave like eggdrop getaccount.
getaccountAllChan returns a list with the accounts found.
Its use depends on the IRC server configuration.
# Usage
**getaccountAllChan** <_nickname_> [~~channel~~]
# Download
## CURL
```
curl github.com/ZarTek-Creole/tcl_getaccountAllChan/archive/refs/heads/master.zip
```## WGET
```
curl github.com/ZarTek-Creole/tcl_getaccountAllChan/archive/refs/heads/master.zip
```## GIT
```
git clone github.com/ZarTek-Creole/tcl_getaccountAllChan.git
```## Mirror (fr)
* [Eggdrop-FR](https://forum.eggdrop.fr/Nouvelle-commande-getaccountAllChan-nickname-channel-t-1911.html)
- [scripts.eggdrop.fr](https://scripts.eggdrop.fr/details-getaccountAllChan-s261.html
)# Author
- [ZarTek](github.com/ZarTek-Creole)
# WebSite
- [github.com/ZarTek-Creole](github.com/ZarTek-Creole)
# License
[GNU GENERAL PUBLIC LICENSE V3](LICENSE)
# Credits
- [jobe1986](https://github.com/jobe1986)
- [eggheads/Eggdrops team](https://www.eggheads.org)
- and also a big thank you to the French community [Eggdrop-FR](https://www.eggdrop.fr)# Donate
Welcome to [ZarTek Donation](github.com/ZarTek-Creole/DONATE)
# Contributor
Contributor is welcome
# Contact
## IRC:
- ZarTek @ [Libera on #eggdrop-fr](https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:6697/eggdrop-fr)* [irc.libera.chat +6697 With SSL](https://www.libera.chat)
# Bugs, Idea.. ?
[New issue for getaccountAllChan](github.com/ZarTek-Creole/tcl_getaccountAllChan/issues/new)
# Tips and tricks
## Replace the real getaccount by getaccountAllChan
```
rename ::getaccountAllChan2 ::getaccountAllChan
rename ::getaccount.bak ::getaccount
rename ::getaccount ::getaccountAllChan2
```or
Edit getaccountAllChan and set value renamegetaccount to 1
---