Updated mirrors
This commit is contained in:
parent
f361836926
commit
5c71a7aaf9
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
ISC License
|
||||
|
||||
Copyright (c) 2021, acidvegas <acid.vegas@acid.vegas>
|
||||
Copyright (c) 2024, acidvegas <acid.vegas@acid.vegas>
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -98,8 +98,6 @@ The IRCCEX project is completely open source & non-profit, though any support/pl
|
||||
###### Try it out
|
||||
We are running IRCCEX actively in **#exchange** on **EFNet** & **SuperNETs**, come chat with us, make some money, and share ideas!
|
||||
|
||||
###### Mirrors
|
||||
- [acid.vegas](https://acid.vegas/irccex)
|
||||
- [GitHub](https://github.com/acidvegas/irccex)
|
||||
- [GitLab](https://gitlab.com/acidvegas/irccex)
|
||||
- [SuperNETs](https://git.supernets.org/acidvegas/irccex)
|
||||
___
|
||||
|
||||
###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/irccex) • [SuperNETs](https://git.supernets.org/acidvegas/irccex) • [GitHub](https://github.com/acidvegas/irccex) • [GitLab](https://gitlab.com/acidvegas/irccex) • [Codeberg](https://codeberg.org/acidvegas/irccex)
|
||||
|
15344
database/delegated-afrinic-extended-latest
Normal file
15344
database/delegated-afrinic-extended-latest
Normal file
File diff suppressed because it is too large
Load Diff
3916
database/delegated-apnic-extended-latest
Normal file
3916
database/delegated-apnic-extended-latest
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# CoinMarketCap API Class - Developed by acidvegas in Python (https://acid.vegas/coinmarketcap)
|
||||
# CoinMarketCap API Class - Developed by acidvegas in Python (https://git.acid.vegas/coinmarketcap)
|
||||
|
||||
import http.client
|
||||
import json
|
||||
|
@ -1,12 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://acid.vegas/irccex)
|
||||
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://git.acid.vegas/irccex)
|
||||
# config.py
|
||||
|
||||
class connection:
|
||||
server = 'irc.server.com'
|
||||
port = 6667
|
||||
port = 6697
|
||||
ipv6 = False
|
||||
ssl = False
|
||||
ssl = True
|
||||
ssl_verify = False
|
||||
vhost = None
|
||||
channel = '#exchange'
|
||||
@ -21,7 +21,7 @@ class cert:
|
||||
class ident:
|
||||
nickname = 'IRCCEX'
|
||||
username = 'exchange'
|
||||
realname = 'acid.vegas/irccex'
|
||||
realname = 'git.acid.vegas/irccex'
|
||||
|
||||
class login:
|
||||
network = None
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://acid.vegas/irccex)
|
||||
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://git.acid.vegas/irccex)
|
||||
# constants.py
|
||||
|
||||
# Control Characters
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://acid.vegas/irccex)
|
||||
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://git.acid.vegas/irccex)
|
||||
# functions.py
|
||||
|
||||
import calendar
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://acid.vegas/irccex)
|
||||
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://git.acid.vegas/irccex)
|
||||
# irc.py
|
||||
|
||||
'''
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://acid.vegas/irccex)
|
||||
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://git.acid.vegas/irccex)
|
||||
# irccex.py
|
||||
|
||||
import os
|
||||
@ -13,7 +13,7 @@ print('#'*56)
|
||||
print('#{0}#'.format(''.center(54)))
|
||||
print('#{0}#'.format('IRC Cryptocurrency Exchange (IRCCEX)'.center(54)))
|
||||
print('#{0}#'.format('Developed by acidvegas in Python'.center(54)))
|
||||
print('#{0}#'.format('https://acid.vegas/irccex'.center(54)))
|
||||
print('#{0}#'.format('https://git.acid.vegas/irccex'.center(54)))
|
||||
print('#{0}#'.format(''.center(54)))
|
||||
print('#'*56)
|
||||
import irc
|
||||
|
3
logs/debug.log
Normal file
3
logs/debug.log
Normal file
@ -0,0 +1,3 @@
|
||||
2023-07-23 04:18 AM | DEBUG | migoti.py.update_db.46 | checking for updates...
|
||||
2023-07-23 04:18 AM | DEBUG | migoti.py.update_db.59 | updating the AFRINIC database to latest version...
|
||||
2023-07-23 04:18 AM | DEBUG | migoti.py.update_db.59 | updating the APNIC database to latest version...
|
Loading…
Reference in New Issue
Block a user